Open sebastianas opened 2 years ago
See also #19248 which reports a different but related problem.
marking as inactive, will be closed at the end of the 3.4 dev cycle barring further input
This issue has been closed "barring further input" but I was not aware that I need to provide further input. This kind moved to #19248 and then stalled. I carry that patch ever since in Debian.
@t8m why did you reopen this? As @sebastianas indicated, this seems to have moved to #19248, which is where further discussions an OTC decisions have taken place in the intervening time. I see no need to keep this open if we have another issue where this same topic is being discussed.
The ssl_module_init() + ssl_module_free() are not serialized when called from multiplie threads. This has been more visible after adding
CipherString
totest/default.cnf
and runningthreadstest
in a loop. It segfaults between 1 and 20 iterations: