-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential deadlock in GDALAllRegister()
#1108
Comments
Has this problem been addressed? I just ran into the same issue, reproduced with both clang and gcc thread sanitizers. I am using libgdal 3.5.1 (via opencv), on Ubuntu 22.10. |
I also have the same issue on Ubuntu 22.04.3 LTS. Run cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release . There is no such issue for MacOS Ventura 13.4.1 (c) with Apple clang |
I confirm it's still an issue for Ubuntu 22.04. |
…g about lock-order inversion (fixes OSGeo#1108)
…g about lock-order inversion (fixes OSGeo#1108)
…g about lock-order inversion (fixes OSGeo#1108)
Potential deadlock in
GDALAllRegister()
WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock) (pid=9528)
This can be a "red herring" as sanitizer might not understanding code correctly ^
Steps to reproduce the problem.
Output:
Operating system
Ubuntu 18.10 64 bit
GDAL version and provenance
[master]
The text was updated successfully, but these errors were encountered: