Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions

2024-03-04 Thread Abel Pau via gdal-dev
Well, I've also found that issue: strdup (s=0x0) Found and corrected. It's was also a big issue :$ #0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:74 #1 0x74fa8583 in __GI___strdup (s=0x0) at ./string/strdup.c:41 #2 0x76f4c075 in MMInitLayerToRead (hMiraMonLay

Re: [gdal-dev] Alpine, gcc 32-bit in Linux Build Actions

2024-03-04 Thread Abel Pau via gdal-dev
After some investigations, I've concluded that I was doing two things that I've improved lately: 1) Addressing a memory leak (in a non-typical case in my previous tests). CORRECTED 2) I was requesting an amount of memory suitable for ogr2ogr of large layers but not for numerous t