Details
-
Bug
-
Resolution: Done
-
Critical - P2
-
2.2.2, 2.2.3
-
None
-
Linux
-
Fully Compatible
-
ALL
Description
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();
|
}
|
Attachments
Issue Links
- related to
-
SERVER-10372 ReplicaSetMonitor creates a thread that references memory it does not own
-
- Closed
-