ISSUE SUMMARY
Users can see a rare, intermittent server crash due to a race condition in the OpenSSL interface. This will only impact users that are running with SSL enabled. The crash can manifest in several ways, but the most common signature is to see a segmentation fault (signal 11) or an abort (signal 6) reported in the mongod logs, with a backtrace that includes references to libcrypto.
USER IMPACT
When using an earlier version than OpenSSL 1.x the server exhibits random, intermittent crashes in the OpenSSL interface.
SOLUTION
The crashes were due to multiple registration and unregistrations of an OpenSSL callback function. The registration is now performed only once and the callback is never unregistered.
WORKAROUNDS
Upgrade to OpenSSL 1.x.
PATCHES
Production release v2.4.9 contains the fix for this issue, and production release v2.6.0 will contain the fix as well.