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

PostGIS trac at osgeo.org
Tue Nov 28 19:45:20 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:
----------------------+---------------------------
Description changed by robe:

Old description:

> {{{
> SELECT ST_LargestEmptyCircle('POINT(-11.1111111 40)'::geometry, 20.1,
> 'TRIANGLE((-71.0821 42.3036,-71.0821 42.3936,-71.0901 42.3036,-71.0821
> 42.3036))'::geometry )
> }}}
>

> berrie64 which also does crasher tests seems to have gone thru fine
> (though I just checked and she's only testing GEOS 3.12.0 so have to up
> that), so maybe this only affects GEOS 3.13.
>
> I'm running with a week old geos, and will test after my latest is
> rebuilt.
>
> I'm surprised GEOS even works with triangles.  When did this happen.
> Should it be erroring out, or does GEOS now support triangles?

New description:

 {{{
 SELECT ST_LargestEmptyCircle('POINT(-11.1111111 40)'::geometry, 20.1,
 'TRIANGLE((-71.0821 42.3036,-71.0821 42.3936,-71.0901 42.3036,-71.0821
 42.3036))'::geometry )
 }}}


 berrie64 which also does crasher tests seems to have gone thru fine
 (though I just checked and she's only testing GEOS 3.12.0 so have to up
 that), so maybe this only affects GEOS 3.13.

 I'm running with a week old geos, and will test after my latest is
 rebuilt.

 I'm surprised GEOS even works with triangles.  When did this happen.
 Should it be erroring out, or does GEOS now support triangles?

 This is running with


 {{{
 POSTGIS="3.5.0dev 3.4.0rc1-806-g59aba6dcb" [EXTENSION] PGSQL="160"
 GEOS="3.13.0dev-CAPI-1.18.0" SFCGAL="SFCGAL 1.5.0, CGAL 5.6, BOOST 1.78.0"
 PROJ="8.2.1 NETWORK_ENABLED=OFF URL_ENDPOINT=https://cdn.proj.org
 USER_WRITABLE_DIRECTORY=C:\Users\lr\AppData\Local/proj
 DATABASE_PATH=C:\ming64gcc81\projects\proj\rel-
 proj-8.2.1w64gcc81/share/proj/proj.db" LIBXML="2.9.14" LIBJSON="0.12"
 LIBPROTOBUF="1.2.1" WAGYU="0.5.0 (Internal)"
 }}}

--
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5626#comment:1>
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