[postgis-tickets] [PostGIS] #4912: Postgres 11+ crashes with segmentation fault 11 when using SET STORAGE EXTERNAL on a `geographic` column

PostGIS trac at osgeo.org
Fri Jul 30 17:33:57 PDT 2021


#4912: Postgres 11+ crashes with segmentation fault 11 when using SET STORAGE
EXTERNAL on a `geographic` column
----------------------+---------------------------
  Reporter:  progm    |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 3.1.4
 Component:  postgis  |    Version:  3.1.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 Thanks for researching the PgSQL version. I can replicate your result, but
 the stack trace doesn't provide any obvious clues, except to show the
 problem is in the rebuild of the index that gets triggered on a `REINDEX`
 or a `VACUUM FULL` or even an `UPDATE area SET geom = geom`. The failure
 is in the index building code, but annoyingly not always in the same
 place!

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4912#comment:4>
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