Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
Description
I've encountered this during my work on a CS ticket. I wasn't able to make the C++11 driver work on Linux, nor on OSX. Another engineer built it on his machine and faced the same problem.
Raising this ticket to make the issue visible.
Program received signal SIGSEGV, Segmentation fault.
|
0x00007ffff7bcd703 in mongocxx::v0::database::database(mongocxx::v0::client const&, core::v1::basic_string_view<char, std::char_traits<char> >) ()
|
from /usr/local/lib/libmongocxx.so.0
|
(gdb) where
|
#0 0x00007ffff7bcd703 in mongocxx::v0::database::database(mongocxx::v0::client const&, core::v1::basic_string_view<char, std::char_traits<char> >) ()
|
from /usr/local/lib/libmongocxx.so.0
|
#1 0x00007ffff7bc8c30 in mongocxx::v0::client::database(core::v1::basic_string_view<char, std::char_traits<char> >) const & () from /usr/local/lib/libmongocxx.so.0
|
#2 0x00000000004016f3 in ?? ()
|
#3 0x00007fffffffe498 in ?? ()
|
#4 0x00000001ffffe210 in ?? ()
|
#5 0x0000000000621d10 in ?? ()
|
#6 0x0000000000400db2 in ?? ()
|
#7 0x0000000000000000 in ?? ()
|