<div dir="ltr">Segmentation fault in this place:<br><br>bool<br>Geometry::intersects(const Geometry *g) const<br>{<br>#ifdef SHORTCIRCUIT_PREDICATES<br>Â Â Â // short-circuit test<br>Â Â Â if (! getEnvelopeInternal()->intersects(g->getEnvelopeInternal())) <--------- Segmentation fault<br>Â Â Â Â Â Â return false;<br>#endif<br></div>