Created
April 7, 2010 17:21
-
-
Save fsvehla/359152 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
| (gdb) bt | |
| #0 0x00000000004070e7 in dictObjHash (key=0x68f45648) at redis.c:1038 | |
| #1 0x000000000040627f in dictExpand (ht=0x647ca8, size=<value optimized out>) at dict.c:190 | |
| #2 0x0000000000406461 in dictAdd (ht=0x68f45618, key=0x1e05b6458, val=0x1e05b6478) at dict.c:421 | |
| #3 0x000000000040bdbb in setGenericCommand (c=0x1bc2caac8, nx=0) at redis.c:3835 | |
| #4 0x000000000040e2d3 in call (c=0x68f45618, cmd=0x12) at redis.c:2123 | |
| #5 0x0000000000414e78 in processCommand (c=0x1bc2caac8) at redis.c:2312 | |
| #6 0x0000000000413620 in processInputBuffer (c=0x1bc2caac8) at redis.c:2468 | |
| #7 0x0000000000414f1b in readQueryFromClient (el=<value optimized out>, fd=<value optimized out>, privdata=<value optimized out>, | |
| mask=<value optimized out>) at redis.c:2501 | |
| #8 0x00000000004049f4 in aeProcessEvents (eventLoop=0x7f03bc4b5018, flags=3) at ae.c:335 | |
| #9 0x0000000000404c0e in aeMain (eventLoop=0x7f03bc4b5018) at ae.c:380 | |
| #10 0x0000000000417374 in main (argc=<value optimized out>, argv=<value optimized out>) at redis.c:9757 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment