Hi Michael,

On Tue, 27 Feb 2024 at 11:40, Michael Otto via gdal-dev <
gdal-dev@lists.osgeo.org> wrote:

>
> with a lot of effort and support from this group I created a first static
> version of GDAL (incl. the apps) under Linux x64 using vcpkg.


Yay


> For testing I copied the built apps and the data files to different target
> platforms and set the environment variables accordingly.
> In a current Linux Mint VM and in an Alpine Linux 3.13 Docker container,
> the command line calls worked perfectly.


What system did you build gdal on/under?


> Under a Fedora Linux 39 Docker container (docker pull fedora, ...) an
> error occurs when executing ogrinfo, ogr2ogr and gdal_translate (the other
> tools were not tested):


What's the host OS?


>
> >> Segmentation fault (core dumped)
>
> Does anyone have an idea or know what the problem is?


What does a backtrace from gdb produce?

$ gdb --args ogrinfo
... loading stuff
(gdb) run

...

Program received signal SIGSEGV, Segmentation fault.
0x12c0ffee in _a_function ()
(gdb) thread apply all backtrace

... the backtrace ...

(gdb) quit


Use the gdal tools from the installed/{platform}/tools/gdal/debug/ vcpkg
build folder, they're more likely to produce readable traces.

Rob :)
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to