-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Environment:*Host*: Debian Squeeze x86_64
*MongoDB-Server*: 2.2.1 from 10gen repository http://docs.mongodb.org/manual/tutorial/install-mongodb-on-debian/
*MongoDB-CXX-Driver*: 2.2.1 from http://downloads.mongodb.org/cxx-driver/mongodb-linux-x86_64-2.2.1.tgz compiled about 10min ago
-
Linux
cxx-driver installed with
sudo scons install
installation and compilation works streight forward, but I can't get the examples/tutorial.cpp working as descripted here: http://www.mongodb.org/pages/viewpage.action?pageId=133415#C%2B%2BTutorial-Connecting
example compiled with
g++ tutorial.cpp -pthread -lmongoclient -lboost_thread-mt -lboost_filesystem -lboost_program_options -lboost_system -o tutorial
compilation returns no errors, too.
on executing ./tutorial the following appear:
$ ./tutorial
Thu Nov 8 14:22:12 Assertion failure p src/mongo/client/dbclientinterface.h 1105
caught assertion src/mongo/client/dbclientinterface.h:1105
Don't know, what I can do against it?
Thanks!
- Mathias
- duplicates
-
SERVER-7594 xamples/tutorial.cpp throws assertion src/mongo/client/dbclientinterface.h:1105
- Closed