Created
June 7, 2018 12:12
-
-
Save crcx/4eeb8322ce39e245ad0452632669c382 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
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 0x0000000000400bb9 in __sputc (_c=124, _p=0x800bc07e8) at stdio.h:486 | |
#9 0x0000000000400afa in Cputchar () at jp94.c:12 | |
#10 0x00000000004010ea in word_EMIT () at mrfl.S:495 | |
#11 0x0000000000000001 in ?? () | |
#12 0x00007fffffffead0 in ?? () | |
#13 0x00007fffffffea70 in ?? () | |
#14 0x00007fffffffea38 in ?? () | |
#15 0x0000000000000000 in ?? () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment