Skip to content

Instantly share code, notes, and snippets.

@maiha
Created August 20, 2016 16:12
Show Gist options
  • Save maiha/b008e524558fe1e5ecc9e34568dd8074 to your computer and use it in GitHub Desktop.
Save maiha/b008e524558fe1e5ecc9e34568dd8074 to your computer and use it in GitHub Desktop.
% gdb ./app core -ex bt
(snip)
[New LWP 27887]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `./app'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0000000000000000 in ?? ()
#0 0x0000000000000000 in ?? ()
#1 0x00007fd8fe361a33 in __GI__dl_addr (
address=address@entry=0x7fd8fe2a3de0 <ptmalloc_init>,
info=info@entry=0x7ffd24e0f680, mapp=mapp@entry=0x7ffd24e0f678,
symbolp=symbolp@entry=0x0) at dl-addr.c:131
---Type <return> to continue, or q <return> to quit---
#2 0x00007fd8fe2a3b96 in ptmalloc_init () at arena.c:397
#3 0x00007fd8fe2a3f7d in ptmalloc_init () at malloc.c:2924
#4 malloc_hook_ini (sz=1168, caller=<optimized out>) at hooks.c:31
#5 0x00007fd8fe852078 in CRYPTO_malloc ()
from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#6 0x00007fd8fe9836df in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#7 0x00007fd8fe984eb9 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#8 0x00007fd8fe9835f0 in ?? () from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#9 0x00007fd8fe90d8f3 in RAND_init_fips ()
from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#10 0x00007fd8fe850f7a in OPENSSL_init_library ()
from /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
#11 0x0000000000628f2a in call_init.part ()
#12 0x000000000062903b in _dl_init ()
#13 0x0000000000602b85 in dl_open_worker ()
#14 0x0000000000600c94 in _dl_catch_error ()
#15 0x00000000006024e9 in _dl_open ()
#16 0x00000000005ae507 in dlopen_doit ()
#17 0x0000000000600c94 in _dl_catch_error ()
#18 0x00000000005ae932 in _dlerror_run ()
#19 0x00000000005ae55e in __dlopen ()
#20 0x00000000004bb14a in verify_checksums ()
---Type <return> to continue, or q <return> to quit---q
Quit
(gdb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment