[PostGIS] #5626: ST_LargestEmptyCircle crashes on GEOS 3.13 with Triangle

PostGIS trac at osgeo.org
Wed Nov 29 08:04:59 PST 2023


#5626: ST_LargestEmptyCircle crashes on GEOS 3.13 with Triangle
----------------------+---------------------------
  Reporter:  robe     |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.5.0
 Component:  postgis  |    Version:  3.4.x
Resolution:           |   Keywords:
----------------------+---------------------------
Comment (by pramsey):

 Not a triangle problem, something gnarlier. This crashes.
 {{{
 SELECT ST_LargestEmptyCircle('POINT(-11.1111111 40)'::geometry
        ,20.1
       , 'POLYGON((-71.0821 42.3036,-71.0821 42.3936
           ,-71.0901 42.3036,-71.0821 42.3036))'::geometry );
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5626#comment:3>
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