Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
One of our teams built their own TrafficServer 7.0 and built their own openssl. The openssl was compiled with thread support disabled. Running traffic server against this openssl caused frequent segfaults.
We should expand our automake logic to verify that the openssl we are compiling against has thread support compiled in. It would also be nice to make the same check at runtime.
openssl version -a will show -DOPENSSL_THREADS in the list of compile flags if threads was enabled at compile time.