Skip to content

Instantly share code, notes, and snippets.

@crcx
Created June 9, 2018 02:00
Show Gist options
  • Save crcx/5f06caa66e24a6e0cdd3b075c2d77373 to your computer and use it in GitHub Desktop.
Save crcx/5f06caa66e24a6e0cdd3b075c2d77373 to your computer and use it in GitHub Desktop.
backtrace
#0 0x00000008008debbd in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
#1 0x00000008008d868f in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
#2 0x00000008008d9767 in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
#3 0x00000008008c0baf in _malloc_thread_cleanup ()
from /lib/libc.so.7
#4 0x00000008008e1bba in malloc ()
from /lib/libc.so.7
#5 0x000000080097b35d in memcpy ()
from /lib/libc.so.7
#6 0x000000080097b269 in memcpy ()
from /lib/libc.so.7
#7 0x0000000800962a61 in __swbuf ()
from /lib/libc.so.7
#8 0x00000000004011a9 in __sputc (_c=124,
_p=0x800bc07e8) at stdio.h:486
#9 0x00000000004010ea in Cputchar () at 1.c:13
#10 0x0000000000400fe7 in word_EMIT () at 1.S:491
#11 0x00000000004011d4 in main () at 1.c:14
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment