Even Rouault
Even Rouault
this fails on windows. cf https://github.com/OSGeo/libgeotiff/actions/runs/5328473710/jobs/9664025659?pr=86
@caiohamamura "I also added vcpkg.json as the classic mode is being deprecated." can you explain what do you mean exactly ? I know vcpkg just a bit, but I'm wondering...
@dg0yt I would be interested by your opinion regarding the above discussion about having a vcpkg.json in the libgeotiff repo
superseded per https://github.com/OSGeo/libgeotiff/pull/112
> Maybe @rouault can answer about the orginfo changes? not sure what the question is :-) I've a queued GDAL pull request in https://github.com/OSGeo/gdal/pull/9726 that will use GEOM_WKB when creating...
@lnicola I've tried to reproduce on my system using GDAL master and SQLite 3.31.4 (ubuntu 20.04), but ``target/release/deps/gdal-fcd32cea6720c7b7 "-q" "--test-threads" "2" "vector::layer::tests::test_field_in_layer" "vector::layer::tests::test_create_layer_options" "spatial_ref::transform_opts::tests::set_coordinate_operation"`` runs fine for me. What could...
> in my crash it's `sqlite3_api` that's null, Extermely weird. I don't see how that happen. Even if OGR2SQLITE_static_register() was called with _pApi == nullptr (which can only happen if...
> * we call `GDALAllRegister` -> `OGR2SQLITE_Register` OGR2SQLITE_Register is only called by OGRSQLiteBaseDataSource::OpenOrCreateDB(), not at GDALAllRegister() time
I still don't manage to reproduce within a fedora:39 Docker image, even while looping for ever. I've been digging into sqlite3 code source, and one very slightly suspicious thing is...
https://github.com/OSGeo/gdal/pull/9068 should likely stop the segfault, but there's still something missing to understand the full picture