You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@myBestLove I don't reproduce any issue with your test code and latest GDAL. Please try with GDAL master or 3.10 branch. I'd note your execution environment (CentOS 7 / gcc 4.8) is outdated. This might be a compiler issue
What is the bug?
Using OGRCoordinateTransformation::DestoryCT in a loop during which multiple threads are executed can cause segment fault.
when OGRCoordinateTransformation::DestoryCT,OGRProjCT cache will be destroyed.
Steps to reproduce the issue
Environment:
centos 7
c++ 4.8.5
reproduce:
Versions and provenance
gdal3.7.0 from https://github.com/OSGeo/gdal/releases/tag/v3.7.0
Additional context
No response
The text was updated successfully, but these errors were encountered: