[PostGIS] #5946: FindTopology crashing on berrie64 garden tests Infinite Point
PostGIS
trac at osgeo.org
Wed Jul 16 06:54:44 PDT 2025
#5946: FindTopology crashing on berrie64 garden tests Infinite Point
----------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.6.0
Component: topology | Version: 3.5.x
Keywords: |
----------------------+---------------------------
This seems to be a fairly recent occurrence and not seeing this on GHA
{{{
SELECT FindTopology(topology.toTopoGeom(foo1.the_geom, 'topo_test', 1,
0.001)) As result
FROM ((SELECT
'0101000020E6100000000000000000F07F000000000000F07F'::geometry AS the_geom
) ) As foo1 LIMIT 10;
}}}
Could be a misconfiguration I suppose
{{{
08:11:13 INSERT INTO topology_garden_log36(log_label, func, g1,
log_start, log_sql)
08:11:13
VALUES('FindTopology(topogeom)Geometry Infinite Point ','FindTopology',
'Infinite Point', clock_timestamp(),
08:11:13 'SELECT
FindTopology(topology.toTopoGeom(foo1.the_geom, ''topo_test'', 1, 0.001))
As result
08:11:13 FROM
((SELECT ''0101000020E6100000000000000000F07F000000000000F07F''::geometry
AS the_geom ) ) As foo1 LIMIT 10;');
08:11:13 INSERT 0 1
08:11:13 BEGIN;
08:11:13 BEGIN
08:11:13 INSERT INTO topology_garden_log36_output(logid, log_output)
08:11:13 SELECT logid,
query_to_xml(log_sql, false,false,'') As log_output
08:11:13 FROM topology_garden_log36
ORDER BY logid DESC LIMIT 1;UPDATE topology_garden_log36 SET log_end =
clock_timestamp()
08:11:13 server closed the connection unexpectedly
08:11:13 This probably means the server terminated abnormally
08:11:13 before or while processing the request.
08:11:13 connection to server was lost
08:11:13 make[1]: *** [Makefile:123: garden] Error 1
08:11:13 make[1]: Leaving directory
'/home/jenkins/workspace/PostGIS_Worker_Run/label/berrie64/9b0250dfec8cb16fbf7ee1b5482dad5d965b4082/regress'
08:11:13 make: *** [GNUmakefile:200: garden] Error 2
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5946>
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