Created
December 16, 2013 14:01
-
-
Save eduherraiz/7987360 to your computer and use it in GitHub Desktop.
MongoDB segmentation fault
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
Mon Dec 16 03:16:48.782 [conn297772] command neventum.$cmd command: { count: "images", query: { status: { $gte: 0 }, references.brand: 32751 } } ntoreturn:1 keyUpdates:0 locks(micros) r:203 | |
856 reslen:48 203ms | |
Mon Dec 16 03:16:48.920 [conn297769] end connection 88.198.63.92:57761 (34 connections now open) | |
Mon Dec 16 03:16:48.985 [conn297772] command neventum.$cmd command: { count: "images", query: { status: { $gte: 0 }, references.brand: 32751 } } ntoreturn:1 keyUpdates:0 locks(micros) r:176 | |
061 reslen:48 176ms | |
Mon Dec 16 03:16:49.224 [conn297772] query neventum.images query: { $query: { status: { $gte: 0 }, references.brand: 32751 }, $orderby: { position: 1 } } ntoreturn:48 ntoskip:0 nscanned:122 | |
982 scanAndOrder:1 keyUpdates:0 locks(micros) r:238867 nreturned:8 reslen:37686 238ms | |
Mon Dec 16 03:16:50.327 [initandlisten] connection accepted from 88.198.63.92:59764 #297791 (35 connections now open) | |
Mon Dec 16 03:16:52.818 Invalid access at address: 0 from thread: conn297791 | |
Mon Dec 16 03:16:52.819 Got signal: 11 (Segmentation fault). | |
Mon Dec 16 03:16:52.819 Invalid access at address: 0 from thread: conn297790 | |
Mon Dec 16 03:16:52.819 Got signal: 11 (Segmentation fault). | |
Mon Dec 16 03:16:52.819 Invalid access at address: 0 from thread: conn297785 | |
Mon Dec 16 03:16:52.819 Got signal: 11 (Segmentation fault). | |
Mon Dec 16 03:16:52.821 Backtrace: | |
0xdddd81 0x6d0d29 0x6d12b2 0x7f610213fcb0 0x8c4ffc 0x8c75f6 0x8c77f0 0x8267a5 0xa81cd0 0xa871e5 0x9f9079 0x9fa5a3 0x6e8b88 0xdca34e 0x7f6102137e9a 0x7f610144accd | |
/usr/bin/mongod(_ZN5mongo15printStackTraceERSo+0x21) [0xdddd81] | |
/usr/bin/mongod(_ZN5mongo10abruptQuitEi+0x399) [0x6d0d29] | |
/usr/bin/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x262) [0x6d12b2] | |
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7f610213fcb0] | |
/usr/bin/mongod(_ZN5mongo4Lock6DBRead9lockOtherERKNS_10StringDataE+0x26c) [0x8c4ffc] | |
/usr/bin/mongod(_ZN5mongo4Lock6DBRead6lockDBERKSs+0x166) [0x8c75f6] | |
/usr/bin/mongod(_ZN5mongo4Lock6DBReadC1ERKNS_10StringDataE+0x60) [0x8c77f0] | |
/usr/bin/mongod(_ZN5mongo6Client11ReadContextC1ERKSsS3_+0x75) [0x8267a5] | |
/usr/bin/mongod(_ZN5mongo11queryIdHackEPKcRKNS_7BSONObjERKNS_11ParsedQueryERNS_5CurOpERNS_7MessageE+0xd0) [0xa81cd0] | |
/usr/bin/mongod(_ZN5mongo8runQueryERNS_7MessageERNS_12QueryMessageERNS_5CurOpES1_+0x2d25) [0xa871e5] | |
/usr/bin/mongod() [0x9f9079] | |
/usr/bin/mongod(_ZN5mongo16assembleResponseERNS_7MessageERNS_10DbResponseERKNS_11HostAndPortE+0x383) [0x9fa5a3] | |
/usr/bin/mongod(_ZN5mongo16MyMessageHandler7processERNS_7MessageEPNS_21AbstractMessagingPortEPNS_9LastErrorE+0x98) [0x6e8b88] | |
/usr/bin/mongod(_ZN5mongo17PortMessageServer17handleIncomingMsgEPv+0x42e) [0xdca34e] | |
/lib/x86_64-linux-gnu/libpthread.so.0(+0x7e9a) [0x7f6102137e9a] | |
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d) [0x7f610144accd] | |
***** SERVER RESTARTED ***** | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment