Skip to content

Instantly share code, notes, and snippets.

@z64
Created June 13, 2018 16:12
Show Gist options
  • Save z64/9645436b8e3d2afc28053907e38f884e to your computer and use it in GitHub Desktop.
Save z64/9645436b8e3d2afc28053907e38f884e to your computer and use it in GitHub Desktop.
(gdb) run
Starting program: /home/lune/git/dex/broker/bin/broker
Program received signal SIGBUS, Bus error.
0x00007ffff7c79adb in GC_find_limit_with_bound ()
(gdb) backtrace
#0 0x00007ffff7c79adb in GC_find_limit_with_bound ()
#1 0x00007ffff7c79b9e in GC_init_linux_data_start ()
#2 0x00007ffff7c78bd4 in GC_init ()
#3 0x00007ffff7a287e0 in init () at /usr/lib/crystal/core/gc/boehm.cr:81
#4 0x00007ffff7b465cb in main () at /usr/lib/crystal/core/crystal/main.cr:47
#5 0x00007ffff7a01ef6 in main () at /usr/lib/crystal/core/crystal/main.cr:135
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment