Opened 3 years ago
Last modified 3 years ago
#5152 closed defect
ST_Split goes into infinite loop with empty geometries — at Version 2
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.7 |
Component: | postgis | Version: | 3.2.x |
Keywords: | Cc: |
Description (last modified by )
SELECT ST_Split('LINESTRING EMPTY'::geometry, ST_Point(10,50)) As result
with recurring notice:
NOTICE: lwgeom_api.c [138] called with n=511880 and npoints=0 NOTICE: lwgeom_api.c [138] called with n=511881 and npoints=0
Change History (2)
comment:1 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 3 years ago
Description: | modified (diff) |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
ahem strk the endless loop is still there.
Note:
See TracTickets
for help on using tickets.
In 34007a2/git: