[geos-devel] [GEOS] #1042: Segfault on multipolygon
GEOS
geos-trac at osgeo.org
Wed Sep 2 12:31:36 PDT 2020
#1042: Segfault on multipolygon
------------------------+---------------------------
Reporter: stefgis | Owner: geos-devel@…
Type: defect | Status: closed
Priority: minor | Milestone:
Component: Default | Version: 3.8.0
Severity: Unassigned | Resolution: duplicate
Keywords: |
------------------------+---------------------------
Comment (by mdavis):
Here's a simple reproducer:
{{{
select st_intersects(
'LINESTRING (0 0, 1 0)',
'GEOMETRYCOLLECTION (MULTIPOLYGON (((922337 -922337, 922337 922337,
-922337 922337, -922337 922337, 922337 -922337))))');
}}}
--
Ticket URL: <https://trac.osgeo.org/geos/ticket/1042#comment:6>
GEOS <http://trac.osgeo.org/geos>
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).
More information about the geos-devel
mailing list