Opened 41 hours ago
Last modified 41 hours ago
#5821 new defect
PG18 crashing on master branch (3.6) on tickets regress
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.6.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
I was seeing reds on Debbie and Github, but woodie is fine.
On further inspection these appear to only be in PG18.
debbie
https://debbie.postgis.net/job/PostGIS_Regress/32179/consoleFull
16:25:03 psql:tickets.sql:1019: NOTICE: Hole lies outside shell at or near point 25495368.044100001 6671726.9312000005 16:25:03 #3719a|f 16:25:03 #3719b|t 16:25:03 #3774|t 16:25:03 #1014a|POINT(0 0) 16:25:03 #1014a|POINT(0 0) 16:25:03 #1014b|POINT(0 1) 16:25:03 psql:tickets.sql:1047: server closed the connection unexpectedly 16:25:03 This probably means the server terminated abnormally 16:25:03 before or while processing the request. 16:25:03 psql:tickets.sql:1047: error: connection to server was lost 16:25:03 ------------------------------------------------------------
github https://github.com/postgis/postgis/actions/runs/12323216874/job/34398402435
psql:tickets.sql:1019: NOTICE: Hole lies outside shell at or near point 25495368.044100001 6671726.9312000005 #3719a|f #3719b|t #3774|t #1014a|POINT(0 0) #1014a|POINT(0 0) #1014b|POINT(0 1) psql:tickets.sql:1047: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. psql:tickets.sql:1047: error: connection to server was lost
So they are failing on same place in 1047 which has this query
SELECT '#1014c', id, st_astext(g) FROM path;
Note:
See TracTickets
for help on using tickets.
Oops sorry didn't add the full query should be: