Skip to content

Instantly share code, notes, and snippets.

@moritz
Created October 29, 2013 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moritz/7221834 to your computer and use it in GitHub Desktop.
Save moritz/7221834 to your computer and use it in GitHub Desktop.
moarvm backtrace while building rakudo setting
(gdb) bt
#0 0x00007ffff755c425 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff755fb8b in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00007ffff759a39e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x00007ffff75a4b96 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#4 0x00007ffff79ec522 in MVM_file_exists (tc=0x6033b0, f=0x7ffff68447b8)
at src/io/fileops.c:170
#5 0x00007ffff79d4612 in figure_filename (tc=0x6033b0, orig=0x7ffff6844438)
at src/core/loadbytecode.c:38
#6 0x00007ffff79d4695 in MVM_load_bytecode (tc=0x6033b0,
filename=0x7ffff6844438) at src/core/loadbytecode.c:62
#7 0x00007ffff79bdd3e in MVM_interp_run (tc=0x6033b0,
initial_invoke=0x7ffff7a37e75 <toplevel_initial_invoke>,
invoke_data=0x648790) at src/core/interp.c:3211
#8 0x00007ffff7a37fb1 in MVM_vm_run_file (instance=0x603010,
filename=0x7fffffffe6da "perl6.moarvm") at src/moar.c:144
#9 0x0000000000400cbf in main (argc=9, argv=0x7fffffffe318) at src/main.c:137
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment