Skip to content
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

SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3 #3686

Closed
andreya108 opened this issue Jul 15, 2022 · 2 comments
Closed

SIGSEGV in OSSL_PROVIDER_unload with static OpenSSL3 #3686

andreya108 opened this issue Jul 15, 2022 · 2 comments

Comments

@andreya108
Copy link

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
wjjEoG.md.png

Please add relevant environment information:

  • Linux x86_64 Ubuntu 22.04
  • POCO Version 1.12.0
  • OPENSSL 3.0.5 no-shared no-module
@andreya108 andreya108 added the bug label Jul 15, 2022
@aleks-f aleks-f added this to the Release 1.12.1 milestone Jul 16, 2022
@aleks-f
Copy link
Member

aleks-f commented Jul 16, 2022

#3562
c976c32

@aleks-f 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
@aleks-f aleks-f added the fixed label Jul 16, 2022
@aleks-f aleks-f closed this as completed Jul 16, 2022
@andreya108
Copy link
Author

The issue is transformed to SIGABRT in 1.21.1
#3698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants