[PostGIS] #5701: topology crashing under PG17
PostGIS
trac at osgeo.org
Tue Mar 26 14:25:05 PDT 2024
#5701: topology crashing under PG17
----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 3.5.0
Component: topology | Version: master
Keywords: |
----------------------+---------------------------
This is only failing on debbie so I assume it's PG17 cause that's the
first one to run for master branch. GHA I assume doesn't have a new enough
PG17 to catch this.
Looks like it started failing yesterday.
{{{
01:44:41 failed (psql exited with an error:
/var/lib/jenkins/workspace/postgis/tmp/3_5_pg17w64/test_201_out)
01:44:41
-----------------------------------------------------------------------------
01:44:41 Topology-Geometry 'sqlmm_topology' (id:x) created.
01:44:41 -- ST_AddIsoNode ------------------------
01:44:41 psql:sqlmm.sql:16: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 psql:sqlmm.sql:17: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 psql:sqlmm.sql:18: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 1
01:44:41 2
01:44:41 3
01:44:41 4
01:44:41 5
01:44:41 6
01:44:41 psql:sqlmm.sql:29: ERROR: SQL/MM Spatial exception - coincident
node
01:44:41 psql:sqlmm.sql:30: ERROR: SQL/MM Spatial exception - coincident
node
01:44:41 7
01:44:41 8
01:44:41 psql:sqlmm.sql:37: ERROR: SQL/MM Spatial exception - not within
face
01:44:41 psql:sqlmm.sql:40: ERROR: SQL/MM Spatial exception - invalid
point
01:44:41 psql:sqlmm.sql:43: ERROR: SQL/MM Spatial exception - coincident
node
01:44:41 psql:sqlmm.sql:44: ERROR: SQL/MM Spatial exception - coincident
node
01:44:41 psql:sqlmm.sql:45: ERROR: SQL/MM Spatial exception - coincident
node
01:44:41 -- ST_AddIsoEdge ------------------------
01:44:41 psql:sqlmm.sql:56: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 psql:sqlmm.sql:57: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 psql:sqlmm.sql:58: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 psql:sqlmm.sql:59: ERROR: SQL/MM Spatial exception - null
argument
01:44:41 psql:sqlmm.sql:62: ERROR: SQL/MM Spatial exception - invalid
curve
01:44:41 psql:sqlmm.sql:65: ERROR: SQL/MM Spatial exception - curve not
simple
01:44:41 psql:sqlmm.sql:68: ERROR: SQL/MM Spatial exception - non-
existent node
01:44:41 psql:sqlmm.sql:71: ERROR: SQL/MM Spatial exception - end node
not geometry end point.
01:44:41 psql:sqlmm.sql:72: ERROR: SQL/MM Spatial exception - start node
not geometry start point.
01:44:41 psql:sqlmm.sql:75: ERROR: SQL/MM Spatial exception - geometry
crosses a node
01:44:41 1
01:44:41 2
01:44:41 psql:sqlmm.sql:82: ERROR: SQL/MM Spatial exception - not
isolated node
01:44:41 psql:sqlmm.sql:83: ERROR: SQL/MM Spatial exception - not
isolated node
01:44:41 psql:sqlmm.sql:86: ERROR: SQL/MM Spatial exception - not
isolated node
01:44:41 -- ST_AddIsoNode(2) ------------------------
01:44:41 psql:sqlmm.sql:97: ERROR: SQL/MM Spatial exception - edge
crosses node.
01:44:41 -- ST_RemoveIsoEdge ---------------------
01:44:41 psql:sqlmm.sql:111: server closed the connection unexpectedly
01:44:41 This probably means the server terminated abnormally
01:44:41 before or while processing the request.
01:44:41 psql:sqlmm.sql:111: error: connection to server was lost
01:44:41
-----------------------------------------------------------------------------
01:44:41 make: *** [regress/runtest.mk:24: check-regress] Error 2
01:44:41 Build step 'Execute shell' marked build as failure
01:44:41 [Gitea] do not publish assets due to build being non-Successfully
01:44:41 Triggering a new build of PostgreSQL stop
01:44:41 Finished: FAILURE
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5701>
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