[geos-devel] thread save
Gorbachev Ivan
gim.spb at gmail.com
Wed Feb 8 23:48:11 PST 2017
Segmentation fault in this place:
bool
Geometry::intersects(const Geometry *g) const
{
#ifdef SHORTCIRCUIT_PREDICATES
// short-circuit test
if (! getEnvelopeInternal()->intersects(g->getEnvelopeInternal()))
<--------- Segmentation fault
return false;
#endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geos-devel/attachments/20170209/13427b83/attachment.html>
More information about the geos-devel
mailing list