Skip to content

Instantly share code, notes, and snippets.

@antirez
Created January 18, 2012 17:07
Show Gist options
  • Save antirez/1634095 to your computer and use it in GitHub Desktop.
Save antirez/1634095 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
zslGetRank (zsl=0x7f3d8d71c360, score=19.498544884710096, o=0x7f3d4cab5760) at t_zset.c:335
335 (x->level[i].forward->score < score ||
(gdb) bt
#0 zslGetRank (zsl=0x7f3d8d71c360, score=19.498544884710096, o=0x7f3d4cab5760) at t_zset.c:335
#1 0x000000000042818b in zrankGenericCommand (c=0x7f3d9dcdc000, reverse=1) at t_zset.c:2046
#2 0x00000000004108d4 in call (c=0x7f3d9dcdc000) at redis.c:1024
#3 0x0000000000410c1c in processCommand (c=0x7f3d9dcdc000) at redis.c:1130
#4 0x0000000000419d3f in processInputBuffer (c=0x7f3d9dcdc000) at networking.c:865
#5 0x0000000000419e1c in readQueryFromClient (el=<value optimized out>, fd=<value optimized out>, privdata=0x7f3d9dcdc000, mask=<value optimized out>) at networking.c:908
#6 0x000000000040d4a3 in aeProcessEvents (eventLoop=0x7f3d9dc47000, flags=<value optimized out>) at ae.c:342
#7 0x000000000040d6ee in aeMain (eventLoop=0x7f3d9dc47000) at ae.c:387
#8 0x0000000000412a4f in main (argc=2, argv=<value optimized out>) at redis.c:1719
(gdb) gcore
Saved corefile core.16525
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment