[PostGIS] #6066: Pg19 + topology crash on regression test
PostGIS
trac at osgeo.org
Tue Apr 7 15:36:50 PDT 2026
#6066: Pg19 + topology crash on regression test
----------------------+---------------------------
Reporter: pramsey | Owner: strk
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.6.2
Component: postgis | Version: master
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
From the test, here is the crash sequence
{{{
-- Drop corrupted topology (with missing layer sequence)
-- See http://trac.osgeo.org/postgis/ticket/5118
SELECT NULL FROM topology.CreateTopology('t5118');
CREATE TABLE t5118f (id int);
SELECT NULL FROM topology.AddTopoGeometryColumn('t5118', 'public',
't5118f', 'g', 'LINE');
INSERT INTO t5118f(g) SELECT toTopoGeom('LINESTRING(0 0, 10 0)', 't5118',
1);
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/6066#comment:2>
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