Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created October 13, 2013 15:18
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 hoelzro/6963437 to your computer and use it in GitHub Desktop.
Save hoelzro/6963437 to your computer and use it in GitHub Desktop.
Mokudo backtrace
#0 0x00007ffff738407f in _int_realloc () from /usr/lib/libc.so.6
#1 0x00007ffff73851e9 in realloc () from /usr/lib/libc.so.6
#2 0x0000000000478e77 in ensure_space (tc=0x825310, buffer=0xd156e28, alloc=0xd156e34, pos=8214, need=52) at src/mast/compiler.c:218
#3 0x000000000047c9bd in compile_frame (tc=0x825310, ws=0xd156df0, node=0xbb4f990, idx=98) at src/mast/compiler.c:872
#4 0x000000000047dd6c in MVM_mast_compile (tc=0x825310, node=0x17c5690, types=0xc884e90, size=0x7fffffffcd4c) at src/mast/compiler.c:1216
#5 0x0000000000476f27 in MVM_mast_to_file (tc=0x825310, mast=0x17c5690, types=0x7ffff6f7ae88, filename=0x178ae40) at src/mast/driver.c:75
#6 0x000000000044bb21 in MVM_interp_run (tc=0x825310, initial_invoke=0x440fe6 <toplevel_initial_invoke>, invoke_data=0x951c20)
at src/core/interp.c:1201
#7 0x0000000000441104 in MVM_vm_run_file (instance=0x825010, filename=0x7fffffffe29c "/home/rob/.mokudo/languages/nqp/lib/nqp.moarvm")
at src/moar.c:132
#8 0x000000000040432e in main (argc=7, argv=0x7fffffffdd88) at src/main.c:130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment