Skip to content

Instantly share code, notes, and snippets.

@qpfiffer
Created April 8, 2014 05:23
Show Gist options
  • Save qpfiffer/10093984 to your computer and use it in GitHub Desktop.
Save qpfiffer/10093984 to your computer and use it in GitHub Desktop.
(gdb) print *original_bucket->next->next
$9 = {expiration = 0x4141414141414141, key = 'A' <repeats 250 times>,
klen = 4702111234474983745,
content_type = 0x4141414141414141 <error: Cannot access memory at address 0x4141414141414141>, ctype_size = 4702111234474983745,
data_ptr = 0x4141414141414141 <error: Cannot access memory at address 0x4141414141414141>, data_size = 4702111234474983745, hash = 1094795585,
next = 0x4141414141414141}
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment