Skip to content

Instantly share code, notes, and snippets.

@antirez
Created May 21, 2010 09:42
Show Gist options
  • Save antirez/408669 to your computer and use it in GitHub Desktop.
Save antirez/408669 to your computer and use it in GitHub Desktop.
==24670== 6,112 bytes in 764 blocks are definitely lost in loss record 150 of 171
==24670== at 0x4C25153: malloc (vg_replace_malloc.c:195)
==24670== by 0x41DEB1: zmalloc (zmalloc.c:79)
==24670== by 0x407B5D: zslCreateNode (redis.c:5416)
==24670== by 0x40B49E: zslInsert (redis.c:5502)
==24670== by 0x410429: rdbLoadObject (redis.c:4004)
==24670== by 0x419D9B: rdbLoad (redis.c:4104)
==24670== by 0x41B7FA: debugCommand (redis.c:10538)
==24670== by 0x40E072: call (redis.c:2255)
==24670== by 0x417BDC: processCommand (redis.c:2439)
==24670== by 0x417011: processInputBuffer (redis.c:2653)
==24670== by 0x41880C: readQueryFromClient (redis.c:2686)
==24670== by 0x404ED2: aeProcessEvents (ae.c:335)
==24670== 3,736 bytes in 467 blocks are definitely lost in loss record 148 of 171
==24670== at 0x4C25153: malloc (vg_replace_malloc.c:195)
==24670== by 0x41DEB1: zmalloc (zmalloc.c:79)
==24670== by 0x407B5D: zslCreateNode (redis.c:5416)
==24670== by 0x40B49E: zslInsert (redis.c:5502)
==24670== by 0x4109E1: zaddGenericCommand (redis.c:5769)
==24670== by 0x410AFB: zaddCommand (redis.c:5788)
==24670== by 0x40E072: call (redis.c:2255)
==24670== by 0x417BDC: processCommand (redis.c:2439)
==24670== by 0x417011: processInputBuffer (redis.c:2653)
==24670== by 0x41880C: readQueryFromClient (redis.c:2686)
==24670== by 0x404ED2: aeProcessEvents (ae.c:335)
==24670== by 0x40511D: aeMain (ae.c:380)
==24670== 1,040 bytes in 130 blocks are definitely lost in loss record 140 of 171
==24670== at 0x4C25153: malloc (vg_replace_malloc.c:195)
==24670== by 0x41DEB1: zmalloc (zmalloc.c:79)
==24670== by 0x407B5D: zslCreateNode (redis.c:5416)
==24670== by 0x40B49E: zslInsert (redis.c:5502)
==24670== by 0x4108C0: zaddGenericCommand (redis.c:5748)
==24670== by 0x410AFB: zaddCommand (redis.c:5788)
==24670== by 0x40E072: call (redis.c:2255)
==24670== by 0x417BDC: processCommand (redis.c:2439)
==24670== by 0x417011: processInputBuffer (redis.c:2653)
==24670== by 0x41880C: readQueryFromClient (redis.c:2686)
==24670== by 0x404ED2: aeProcessEvents (ae.c:335)
==24670== by 0x40511D: aeMain (ae.c:380)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment