Skip to content

Instantly share code, notes, and snippets.

@crcx
Created June 8, 2018 13:08
Show Gist options
  • Save crcx/402ab2f8210bcc28714aa0beb66a9349 to your computer and use it in GitHub Desktop.
Save crcx/402ab2f8210bcc28714aa0beb66a9349 to your computer and use it in GitHub Desktop.
Starting program: /usr/home/crc/src/rune/a.out
Program received signal SIGBUS, Bus error.
0x00000008008debbd in _pthread_mutex_init_calloc_cb () from /lib/libc.so.7
(gdb) 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 wa3a.c:13
#10 0x0000000000400fe5 in word_EMIT () at bka9.S:488
#11 0x00000000004011d4 in main () at wa3a.c:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment