-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Out of scope
-
Affects Version/s: 5.11.1
-
Fix Version/s: None
-
Component/s: Network: SSL
-
Labels:None
-
Platform/s:
-
Commits:611423099667d2dc18e6fb63967cbbfd8a65829c
bitcoin-core hangs forever when calling QSslConfiguration::defaultConfiguration() inside of the futex system call.
See this issue for more information, including a backtrace (without debugging symbols):
https://github.com/bitcoin/bitcoin/issues/14359
The problem goes away, if a call to QSslSocket::sslLibraryVersionString(); is made before the call to QSslConfiguration::defaultConfiguration().
The sslLibraryVersionString() call returns an empty string for the first call. Subsequent calls return the OpenSSL version string. "OpenSSL 1.1.1 11 Sep 2018".
- is duplicated by
-
QTBUG-71446 Double initialize of globalData
-
- Closed
-