#x27;m optimistic about submitting a
pull request soon!
-Mensaje original-
De: gdal-dev En nombre de Abel Pau via
gdal-dev Enviado el: divendres, 1 de març de 2024 16:18
Para: Even Rouault ; gdal-dev@lists.osgeo.org
Asunto: Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions
v En nombre de Abel Pau via
gdal-dev
Enviado el: divendres, 1 de març de 2024 16:18
Para: Even Rouault ; gdal-dev@lists.osgeo.org
Asunto: Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions
Yes, I hope it's only ONE single mistake because I have my code very protected
against that kin
viado el: divendres, 1 de març de 2024 16:12
Para: Abel Pau ; gdal-dev@lists.osgeo.org
Asunto: Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions
Your code must be something terrible so that even gdb doesn't catch it
:-) (SIGKILL cannot be caught...)
From the error messages, things migh
Your code must be something terrible so that even gdb doesn't catch it
:-) (SIGKILL cannot be caught...)
From the error messages, things might go wrong starting with
https://github.com/OSGeo/gdal/blob/master/apps/test_ogrsf.cpp#L782
So maybe set a breakpoint at that line
b test_ogrsf.cpp:782
compiled like that:
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build .
So...
De: Even Rouault
Enviado el: divendres, 1 de març de 2024 13:28
Para: Abel Pau ; gdal-dev@lists.osgeo.org
Asunto: Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions
Under gdb, type "bt" (for backtrace) to se
*De:*Even Rouault
*Enviado el:* divendres, 1 de març de 2024 11:43
*Para:* Abel Pau ; gdal-dev@lists.osgeo.org
*Asunto:* Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions
Hi,
this looks like potentially some memory usage issue that popups
"randomly" on some platforms. The fact t
: Even Rouault
Enviado el: divendres, 1 de març de 2024 11:43
Para: Abel Pau ; gdal-dev@lists.osgeo.org
Asunto: Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions
Hi,
this looks like potentially some memory usage issue that popups "randomly" on
some platforms. The fact that you
Hi,
this looks like potentially some memory usage issue that popups
"randomly" on some platforms. The fact that you reproduce it on your
22.04 build is encouraging since it will make it easier to debug
try the following:
sudo apt-get install gdb valgrind
gdb --args test_ogrsf -all_drivers
ru
Hi,
yesterday I updated my personal branch (soon I'll do a pull request) but before
as Even suggested I'm trying to make green al Actions.
The only problem I have now is at some points on tests...
But I am missing something because I there are things I don't understand well.
Can anyone give me s