-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.2.4, 2.4.5
-
Component/s: Internal Client
-
None
-
Environment:Windows, Linux confirmed
-
Fully Compatible
-
ALL
-
The ReplicaSetMonitor constructor creates a new thread that references memory belonging to the constructor thread. If the constructor thread exits or frees the ReplicaSetMonitor, the new thread references freed memory.
This is likely related to SERVER-8707. The problem was previously obscured by SERVER-8891.
We need this fixed in 2.4. The 2.4.5 C++ API is working well with older Mongo servers so we don't need this backported into 2.2.
- is related to
-
SERVER-8707 dbclient_rs_test threading issue
- Closed
-
SERVER-8891 Simple client fail with segmentation fault in mongoclient library
- Closed