Created
August 21, 2012 21:33
-
-
Save mranney/3419598 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| Reading symbols from /opt/local/bin/redis-server...done. | |
| [New LWP 1] | |
| [New LWP 2] | |
| [New LWP 3] | |
| [Thread debugging using libthread_db enabled] | |
| [New Thread 1 (LWP 1)] | |
| [New Thread 2 ] | |
| [New Thread 3 ] | |
| Core was generated by `redis-server /server/rv/lib/prod-rediscache1.conf'. | |
| Program terminated with signal 11, Segmentation fault. | |
| #0 0xfffffd7fff28fcea in kill () from /lib/64/libc.so.1 | |
| (gdb) where | |
| #0 0xfffffd7fff28fcea in kill () from /lib/64/libc.so.1 | |
| #1 0x000000000041c3c0 in sigsegvHandler (sig=11, info=<optimized out>, secret=<optimized out>) at redis.c:1929 | |
| #2 0xfffffd7fff2873b6 in __sighndlr () from /lib/64/libc.so.1 | |
| #3 0xfffffd7fff27a09c in call_user_handler () from /lib/64/libc.so.1 | |
| #4 0xfffffd7fff27a2c3 in sigacthandler () from /lib/64/libc.so.1 | |
| #5 0xffffffffffffffff in ?? () | |
| #6 0x000000000000000b in ?? () | |
| #7 0xfffffd7fffdfb930 in ?? () | |
| #8 0x000000000000000f in ?? () | |
| #9 0x0000000000000000 in ?? () |
This file contains hidden or 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
| root@prod-2123:/voxer/core# mdb core.redis-server.4733 | |
| Loading modules: [ libc.so.1 ld.so.1 ] | |
| > ::stack | |
| libc.so.1`kill+0xa() | |
| libc.so.1`__sighndlr+6() | |
| libc.so.1`call_user_handler+0x2a4() | |
| libc.so.1`sigacthandler+0xdb(b, fffffd7fffdfb930, fffffd7fffdfb5d0) | |
| _redisAssert+0x73() | |
| zaddGenericCommand+0x51f() | |
| call+0x34() | |
| processCommand+0x253() | |
| processInputBuffer+0x57() | |
| readQueryFromClient+0x7c() | |
| aeProcessEvents+0xde() | |
| aeMain+0x3e() | |
| main+0x154() | |
| _start+0x6c() | |
| > |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment