[postgis-tickets] [PostGIS] #5351: ST_HausdorffDistance crash on geometry collection with POINT EMPTY and point

PostGIS trac at osgeo.org
Mon Feb 27 22:24:48 PST 2023


#5351: ST_HausdorffDistance crash on geometry collection with POINT EMPTY and
point
---------------------+---------------------------
 Reporter:  robe     |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  blocker  |  Milestone:  PostGIS 3.0.9
Component:  postgis  |    Version:  master
 Keywords:           |
---------------------+---------------------------
 I'm guessing this is a GEOS bug.

 Not sure we should fix it here too though.


 {{{
 SELECT  ST_HausdorffDistance(ST_GeomFromText('GEOMETRYCOLLECTION (POINT
 EMPTY, LINESTRING (0 0, 1 1))'), ST_Point(1,2))
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5351>
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-tickets mailing list