Re: [gdal-dev] core dump on dir info

2024-02-06 Thread Michael Sumner via gdal-dev
I don't understand how jammy is "old" when the full build is itself using "BASE_IMAGE=ubuntu:22.04" But, I'm out of my depth in these emails and trying to learn, thanks! Cheers, Mike On Wed, 7 Feb 2024, 00:46 Javier Jimenez Shaw, wrote: > Could you set up your VMs to include those SSE instr

Re: [gdal-dev] Compyle gdal >=3.7: lib2to3 error

2024-02-06 Thread andy via gdal-dev
Hi Even, On Tue, 6 Feb 2024 at 00:09, Even Rouault wrote: > Cf related https://github.com/OSGeo/gdal/pull/9174 that has been > backported in 3.8 branch (not in release yet) and which will completely > remove the use of lib2to3 in preparation of python 3.13 which will no > longer provide it. > ca

Re: [gdal-dev] core dump on dir info

2024-02-06 Thread Laurențiu Nicola via gdal-dev
On Tue, Feb 6, 2024, at 16:04, Even Rouault via gdal-dev wrote: > Le 06/02/2024 à 14:46, Javier Jimenez Shaw a écrit : > I remember older VirtualBox versions indeed had issues to propage AVX to > guest, but I believed that has been fixed now. I'm not aware of issues > with SSEx not being propagat

Re: [gdal-dev] Fields of type List to simple fields with N times the feature?

2024-02-06 Thread Abel Pau via gdal-dev
Hi Even, I finally offer several options. 1.-Export as string list or integer list, o r whatever list; 2.- Export only the fisrt, second,... or last member of the list (it can be usefull sometimes) 3.- export the JSON format you comment in this mail. Every user will be able to choose whatever he

Re: [gdal-dev] core dump on dir info

2024-02-06 Thread Even Rouault via gdal-dev
Le 06/02/2024 à 14:46, Javier Jimenez Shaw a écrit : Could you set up your VMs to include those SSE instructions? I remember older VirtualBox versions indeed had issues to propage AVX to guest, but I believed that has been fixed now. I'm not aware of issues with SSEx not being propagate. I thi

Re: [gdal-dev] core dump on dir info

2024-02-06 Thread Javier Jimenez Shaw via gdal-dev
Could you set up your VMs to include those SSE instructions? I think that keeping VMs that "old" configured is a source of problems using pre-compiled binaries. The same way GDAL updates dependencies of compilers and other libraries to something more modern (but not too modern), those SSE instructi

[gdal-dev] GDALClose() crash with ECW file

2024-02-06 Thread Marián Hadri via gdal-dev
Hi, I've built new gdal.dll (3.8.3) with ECW support. After calling function GDALClose(dataset); there comes to crash. I changed nothing in GDAL, or ECW code, I only call it, from my console appication. What could be a problem with it ? I found in google, that similar problem ws there cca 15 years