Opened 3 years ago
Last modified 3 years ago
#5152 closed defect
ST_Split goes into infinite loop with empty geometries — at Initial Version
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.5.7 |
Component: | postgis | Version: | 3.2.x |
Keywords: | Cc: |
Description ¶
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
Note:
See TracTickets
for help on using tickets.