[postgis-devel] [PostGIS] #1578: Crashes with EMPTY components in multipolygons
PostGIS
trac at osgeo.org
Tue Feb 14 09:48:14 PST 2012
#1578: Crashes with EMPTY components in multipolygons
---------------------+------------------------------------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
Here are some crashers:
{{{
SELECT _st_within('POINT(0 0)', ST_Collect('POLYGON EMPTY', 'POLYGON
EMPTY'));
select _st_intersects('POINT(0 0)'::geometry, ST_Collect('POLYGON EMPTY',
'POLYGON EMPTY'));
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1578>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list