________________________________ >From: postgis-users <[email protected]> on behalf of Alain >Benard <[email protected]>Sent: Monday, November 2, 2020 9:17 AMTo: >[email protected] <[email protected]>Subject: >[postgis-users] Problem raster2pgsql on Centos 8 - postgres 12 / postgis 2.5 > > >Hi , > >I have a problem with rasterpgsql with all file geotiff. > > > >On a server Centos 7 / Postgres 9.5 / postgis 2.5 : > >/usr/pgsql-9.5/bin/raster2pgsql -b 1 -I -C -F -t 50x50 -s 2154 >filename.geotiff tablename > script.sql : it’s OK. > > > >On a server Centos 8 / Postgres 12 / postgis 2.5 : (with the same geotiff file) > > /usr/pgsql-12/bin/raster2pgsql -b 1 -I -C -F -t 50x50 -s 2154 > filename.geotiff tablename > script.sql : error > >The script.sql file is not completed and the error is : > > free(): invalid pointer > >Abandon (core dumped) > >I search on the web but nobody give solution (except work on Centos 7 L) > >Thanks for advance. > >Alain. > >
Here is some info for the same problem related but for Postgis 3.0 https://www.postgresql-archive.org/free-invalid-pointer-when-to-dumping-data-to-a-new-server-td6159235.html https://trac.osgeo.org/postgis/ticket/4779 https://redmine.postgresql.org/issues/5961 Lars [INRA]<http://www.inra.fr/>
_______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
