[postgis-tickets] [PostGIS] #4779: server process (PID 49666) was terminated by signal 6: Aborted, munmap_chunk(): invalid pointer

PostGIS trac at osgeo.org
Sun Nov 1 21:40:15 PST 2020


#4779: server process (PID 49666) was terminated by signal 6: Aborted,
munmap_chunk(): invalid pointer
-----------------------+---------------------------
  Reporter:  laopsahl  |      Owner:  pramsey
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.1.0
 Component:  postgis   |    Version:  3.0.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by robe):

 Are you using yum.postgresql.org package?  This seems like a packaging
 issue to me.  So better to bring up on the yum mailing list -
 https://www.postgresql.org/list/pgsql-pkg-yum

 As far as PostGIS goes since GDAL 3.0, GDAL now requires Proj to be linked
 in.  This was not the case with prior GDAL.

 That said if you have both postgis and postgis_raster loaded, it is
 possible for postgis to be using one proj version and GDAL (which
 postgis_raster relies on) to be using a different version of proj.  That
 would cause all sorts of chaos.  Same issue with ogr_fdw extension.

 I think it's best for gdal and postgis to be compiled with the same
 version of proj.

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