Created
September 15, 2011 00:05
-
-
Save mmalecki/1218171 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[maciej@PC03 ~]$ mongo | |
MongoDB shell version: 1.8.0 | |
connecting to: test | |
> db.a.save([{a:1, b:2}, {a:4,b:5}]) | |
> | |
> db.a.find() | |
Thu Sep 15 02:04:44 mongo got signal 11 (Segmentation fault), stack trace: | |
Thu Sep 15 02:04:44 0x46a0ff 0x4611c4 0x3759435350 0x3771e4e63e 0x4f2dfa 0x4f11cf 0x3771eeae9e 0x3771ef5fcc 0x3771ec243c 0x3771ed3ae5 0x3771ed5772 0x3771e4dcb5 0x3771e4ddb2 0x3771e4de52 0x4f7326 0x466d57 0x45cb4e 0x375942139d 0x45f7b9 | |
mongo(_ZN5mongo15printStackTraceERSo+0x1f) [0x46a0ff] | |
mongo(_Z12quitAbruptlyi+0x334) [0x4611c4] | |
/lib64/libc.so.6() [0x3759435350] | |
/usr/lib64/libmozjs185.so.1.0(JS_EncodeString+0xe) [0x3771e4e63e] | |
mongo(_ZN5mongo9Convertor8toStringEP8JSString+0x1a) [0x4f2dfa] | |
mongo(_ZN5mongo16resolveBSONFieldEP9JSContextP8JSObjectljPS3_+0x6f) [0x4f11cf] | |
/usr/lib64/libmozjs185.so.1.0() [0x3771eeae9e] | |
/usr/lib64/libmozjs185.so.1.0() [0x3771ef5fcc] | |
/usr/lib64/libmozjs185.so.1.0() [0x3771ec243c] | |
/usr/lib64/libmozjs185.so.1.0() [0x3771ed3ae5] | |
/usr/lib64/libmozjs185.so.1.0() [0x3771ed5772] | |
/usr/lib64/libmozjs185.so.1.0(JS_EvaluateUCScriptForPrincipals+0xc5) [0x3771e4dcb5] | |
/usr/lib64/libmozjs185.so.1.0(JS_EvaluateScriptForPrincipals+0x72) [0x3771e4ddb2] | |
/usr/lib64/libmozjs185.so.1.0(JS_EvaluateScript+0x22) [0x3771e4de52] | |
mongo(_ZN5mongo7SMScope4execERKNS_10StringDataERKSsbbbi+0xf6) [0x4f7326] | |
mongo(_Z5_mainiPPc+0x1cb7) [0x466d57] | |
mongo(main+0x1e) [0x45cb4e] | |
/lib64/libc.so.6(__libc_start_main+0xed) [0x375942139d] | |
mongo() [0x45f7b9] | |
[maciej@PC03 ~]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment