-
-
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
Globals initialization order failure with opencv #2884
Comments
[gdal-dev] Exception in GDALAllRegister() thread seems related. If you have a specific error report to GDAL, fill it in, otherwise this should be closed, I think. |
Do you have an issue for that thread? |
No. OP has never opened one providing us with his "empty" test application as reproducible minimal example, so we can "experience [similar] a crash in GDALAllRegister" as you can read in OP's posts. The final report was:
which to me seems fishy as there are hundreds of such GDAL clients built on Windows in the wild, In case of static libraries (i.e. |
It's easy enough. Possible solution from my pov is to make wrapper |
Feel free to submit PR with a fix in C++11. |
VRTDerivedRasterBand: avoid potential initialization order fiasco (fixes #2884)
See opencv/opencv#18166
The text was updated successfully, but these errors were encountered: