id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13025,"Segmentation fault in difference(multipoint, multilinestring)",Vissarion Fisikopoulos ,Barend Gehrels,"The following piece of code throws a segmentation fault. Produced on Ubuntu 14.04.3 with gcc 4.8.4 {{{ #include #include namespace bg = boost::geometry; int main() { typedef bg::model::d2::point_xy point; bg::model::multi_linestring > mls2; bg::read_wkt(""MULTILINESTRING((0 1, 0 3))"", mls2); bg::model::multi_point mpt2; bg::read_wkt(""MULTIPOINT(0 4)"", mpt2); bg::difference(mpt2, mls2, mpt2); return 0; } }}} ",Bugs,new,To Be Determined,geometry,Boost Development Trunk,Problem,,,