-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: 0.7
-
Component/s: None
-
None
Connecting to replica set crash my app.
Digging into mongo source I've notice this:
On mongo_replica_set_check_seed() an object named "hosts" (bson) is declared, not used, but then free (destroyed).
It crashes the driver. Removing declaration and bson_destroy() call, driver works smoothly. Don't know if same problem appears in other places.