[PostGIS] #5821: PG18 crashing on master branch (3.6) on tickets regress
PostGIS
trac at osgeo.org
Sat Dec 14 15:18:38 PST 2024
#5821: PG18 crashing on master branch (3.6) on tickets regress
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.6.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
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;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5821>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list