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
Describe the bug
SIGSEGV occurs when OSSL_PROVIDER_unload is invoked during OpenSSL deinitialization in POCO if OpenSSL3 is used as static libraries.
This issue appeared in POCO 1.12.0.
All is ok with POCO version 1.11.3
To Reproduce
Just using HTTPSClientSession + static OpenSSL3
Expected behavior
No SIGSEGV.
Screenshots
Please add relevant environment information:
Linux x86_64 Ubuntu 22.04
POCO Version 1.12.0
OPENSSL 3.0.5 no-shared no-module
The text was updated successfully, but these errors were encountered:
aleks-f
changed the title
SIGSEGV in OSSL_PROVIDER_unload when OPENSSL3 is built statically no-module (POCO 1.12.0)
SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3
Jul 16, 2022
Describe the bug
SIGSEGV occurs when OSSL_PROVIDER_unload is invoked during OpenSSL deinitialization in POCO if OpenSSL3 is used as static libraries.
This issue appeared in POCO 1.12.0.
All is ok with POCO version 1.11.3
To Reproduce
Just using HTTPSClientSession + static OpenSSL3
Expected behavior
No SIGSEGV.
Screenshots
Please add relevant environment information:
The text was updated successfully, but these errors were encountered: