[PostGIS] #5684: Segfault from _RegisterMissingFaces

PostGIS trac at osgeo.org
Fri Mar 1 10:34:33 PST 2024


#5684: Segfault from _RegisterMissingFaces
-----------------------+---------------------------
  Reporter:  strk      |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  blocker   |  Milestone:  PostGIS 3.5.0
 Component:  topology  |    Version:  master
Resolution:            |   Keywords:
-----------------------+---------------------------
Comment (by strk):

 Instructions to reproduce:
 1. Download the attached issue5684.pgtopo
 2. Import with: pgtopo_import -f issue5684.pgtopo issue5684 | psql
 postgis_reg
 3. select topology._registermissingfaces('issue5684'); -- 3 times

 Here's the dance performance:
 {{{
 strk=# select topology._registermissingfaces('issue5684');
 ERROR:  Polygonize: face table is not empty.
 strk=# select topology._registermissingfaces('issue5684');
 ERROR:  Polygonize: face table is not empty.
 strk=# select topology._registermissingfaces('issue5684');
 server closed the connection unexpectedly
         This probably means the server terminated abnormally
         before or while processing the request.
 The connection to the server was lost. Attempting reset: Failed.
 The connection to the server was lost. Attempting reset: Failed.
 !?>
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5684#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