[postgis-tickets] [PostGIS] #4779: server process (PID 49666) was terminated by signal 6: Aborted, munmap_chunk(): invalid pointer
PostGIS
trac at osgeo.org
Mon Nov 2 00:52:07 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 laopsahl):
Yes I am using yum .
Her is a update from magnus.hagander at redpill-linpro.com while he is
waiting for OSGeo userid
{{{
[root at dd4500a87f1b /]# ldd /usr/pgsql-12/lib/postgis-3.so |grep proj
libproj.so.15 => /lib64/libproj.so.15 (0x00007fd55f797000)
[root at dd4500a87f1b /]# ldd /usr/pgsql-12/lib/postgis_raster-3.so |grep
proj
libproj.so.15 => /lib64/libproj.so.15 (0x00007fe056242000)
libproj.so.19 => /usr/proj71/lib/libproj.so.19
(0x00007fe04713c000)
}}}
And from gdal
{{{
# ldd /usr/gdal31/lib/libgdal.so.27|grep proj
libproj.so.15 => /lib64/libproj.so.15 (0x00007f91d168c000)
libproj.so.19 => /usr/proj71/lib/libproj.so.19
(0x00007f91c7a88000)
}}}
gdal are linked against libspataialite:
{{{
# ldd /usr/gdal31/lib/libgdal.so.27|grep spatialite
libspatialite.so.7 => /lib64/libspatialite.so.7
(0x00007f6228a8f000)
}}}
{{{
# ldd /lib64/libspatialite.so.7|grep proj
libproj.so.15 => /lib64/libproj.so.15 (0x00007ff5399e5000)
}}}
gdal -> proj19
So here is the problem :** gdal -> spatialite -> proj 17**
postgis_raster linkes against gdal...
Magnus has sent message to Devrim.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4779#comment:6>
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