Opened 12 months ago
Last modified 11 months ago
#5626 closed defect
ST_LargestEmptyCircle crashes on GEOS 3.13 with Triangle — at Initial Version
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS GEOS |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
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?
Note:
See TracTickets
for help on using tickets.