Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.11.1
-
None
-
-
611423099667d2dc18e6fb63967cbbfd8a65829c
Description
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".
Attachments
Issue Links
- is duplicated by
-
QTBUG-71446 Double initialize of globalData
- Closed