Le 25/06/2024 à 16:52, Andrew C Aitchison a écrit :
On Tue, 25 Jun 2024, Even Rouault wrote:


Le 25/06/2024 à 16:25, Andrew C Aitchison a écrit :
On Tue, 25 Jun 2024, Even Rouault via gdal-dev wrote:

Can you run "gdb autotest/cpp/testclosedondestroydm" , "run" , and when it crashed "bt" so we have a backtrace of where it crashes (all of that after running "source ../scripts/setdevenv.sh")

It doesn't crash:

Ah, the gtest framework must catch the exception. OK, so after starting gdb and before "run", type "catch throw", so that debugger stops when the exception is thrown, and then "bt"

Ok, those that occur in PROJ are expected and not fatal. Go on with "cont" (you may need to skip another one occurring in proj_crs_get_coordoperation())


--
http://www.spatialys.com
My software is free, but my time generally not.

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

Reply via email to