-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 2.2.2, 2.2.3
-
Component/s: Internal Client
-
None
-
Environment:Linux
-
Fully Compatible
-
ALL
Example code below fails with segmentation fault at exit:
#include <mongo/client/dbclient.h> using namespace mongo; int main() { std::vector<HostAndPort> hosts; hosts.push_back(HostAndPort("localhost")); DBClientReplicaSet connection("c2", hosts); connection.connect(); }
- related to
-
SERVER-10372 ReplicaSetMonitor creates a thread that references memory it does not own
- Closed