Opened 2 years ago

Last modified 2 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 komzpa)

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 Sandro Santilli <strk@…>, 2 years ago

Resolution: fixed
Status: newclosed

In 34007a2/git:

Demote ST_Split notices to debug

Closes #5152

comment:2 by komzpa, 2 years ago

Description: modified (diff)
Resolution: fixed
Status: closedreopened

ahem strk the endless loop is still there.

Note: See TracTickets for help on using tickets.