Opened 4 months ago
Closed 4 months ago
#5821 closed defect (fixed)
PG18 crashing on master branch (3.6) on tickets regress
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS PostgreSQL |
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;
Change History (2)
comment:2 by , 4 months ago
Milestone: | PostGIS 3.6.0 → PostGIS PostgreSQL |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Paul confirmed it's an upstream issue - reported here - https://www.postgresql.org/message-id/99F064C1-B3EB-4BE7-97D2-D2A0AA487A71%40cleverelephant.ca
Note:
See TracTickets
for help on using tickets.
Oops sorry didn't add the full query should be: