Re: [postgis-users] raster2pgsql gives me segmentation fault

2023-12-04 Thread andy via postgis-users
Hi Regina, you are very kind. On Mon, 4 Dec 2023 at 18:40, Regina Obe wrote: > What does SELECT version() return? > PostgreSQL 13.11 (Debian 13.11-0+deb11u1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit > Also have you tried it with in-db. (without the -R

Re: [postgis-users] raster2pgsql gives me segmentation fault

2023-12-04 Thread Regina Obe via postgis-users
than in-db. If we can isolate it down a bit more to being an out-db or permission issue that would help. From: andy Sent: Monday, December 4, 2023 10:08 AM To: Regina Obe Cc: PostGIS Users Discussion Subject: Re: [postgis-users] raster2pgsql gives me segmentation fault Thank

Re: [postgis-users] raster2pgsql gives me segmentation fault

2023-12-04 Thread andy via postgis-users
Thank you Regina. I'm using "POSTGIS="3.1.1 aaf4c79" [EXTENSION] PGSQL="130" GEOS="3.9.4-CAPI-1.14.4" PROJ="7.2.1" GDAL="GDAL 3.2.2, released 2021/03/05" LIBXML="2.9.10" LIBJSON="0.15" LIBPROTOBUF="1.4.1" WAGYU="0.5.0 (Internal)" TOPOLOGY RASTER" -- ___ Andrea Borruso website:

Re: [postgis-users] raster2pgsql gives me segmentation fault

2023-12-04 Thread Regina Obe via postgis-users
Which version of PostGIS and PostgreSQL are you running? SELECT postgis_full_version(), version(); Also is the data publicly accessible so we can test it out? If you can try it with https://github.com/postgis/docker-postgis as Imre suggested, that would be great too. I also assume

Re: [postgis-users] raster2pgsql gives me segmentation fault

2023-12-04 Thread Imre Samu via postgis-users
> raster2pgsql gives me segmentation fault > I'm using RELEASE: 3.3.2 GDAL_VERSION=36 (4975da8) in debian. Hello Andrea, If you are familiar with Docker, you could potentially test with the "postgis/postgis:16-master" Docker image ( https://github.com/postgis/docker-postgis ) to see if your