[postgis-tickets] [PostGIS] #5277: PG16 crashing on raster install

PostGIS trac at osgeo.org
Tue Nov 1 08:06:57 PDT 2022


#5277: PG16 crashing on raster install
----------------------+--------------------------------
  Reporter:  robe     |      Owner:  robe
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 3.4.0
 Component:  raster   |    Version:  master
Resolution:           |   Keywords:  PostgreSQL 16 pg16
----------------------+--------------------------------
Comment (by robe):

 yap confirmed
 running this is sufficient to crash my backend:


 {{{
 CREATE OR REPLACE FUNCTION raster_in(cstring)
     RETURNS raster
     AS 'C:/ming64gcc81/projects/postgis/postgis-git/regress/00-regress-
 install/lib/postgis_raster-3.4','RASTER_in'
     LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE;
 }}}

 Sadly gdb is of no help here.

 There is no backtrace of meaning


 {{{
 Reading symbols from
 C:\ming64gcc81\projects\postgresql\rel\pg16w64gcc81\bin\postgres.exe...done.
 (gdb) cont
 Continuing.
 [Thread 17048.0xad4 exited with code 0]
 [Thread 17048.0x2874 exited with code 3]
 [Thread 17048.0x590c exited with code 3]
 [Thread 17048.0x2e98 exited with code 3]
 [Thread 17048.0x4d70 exited with code 3]
 [Thread 17048.0x64d8 exited with code 3]
 [Inferior 1 (process 17048) exited with code 03]

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