Created
April 8, 2014 05:23
-
-
Save qpfiffer/10093984 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) 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