Skip to content

Instantly share code, notes, and snippets.

@FROGGS
Created November 25, 2013 15:02
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 FROGGS/d21a4bdc2753deff984e to your computer and use it in GitHub Desktop.
Save FROGGS/d21a4bdc2753deff984e to your computer and use it in GitHub Desktop.
#0 MVM_gc_collect (tc=0x6033c0, what_to_do=<optimized out>, gen=gen@entry=0 '\000') at src/gc/collect.c:73
fromspace = <optimized out>
tospace = <optimized out>
worklist = 0x4a46f10
wtp = {num_target_threads = 0, target_work = 0x0}
#1 0x00007ffff7a001ec in run_gc (tc=tc@entry=0x6033c0, what_to_do=what_to_do@entry=0 '\000') at src/gc/orchestrate.c:272
other = <optimized out>
gen = 0 '\000'
i = <optimized out>
n = <optimized out>
#2 0x00007ffff7a00c78 in MVM_gc_enter_from_allocator (tc=tc@entry=0x6033c0) at src/gc/orchestrate.c:367
last_starter = <optimized out>
num_threads = 0
#3 0x00007ffff7a00fc8 in MVM_gc_allocate_nursery (tc=0x6033c0, size=40) at src/gc/allocation.c:32
allocated = <optimized out>
#4 0x00007ffff7a0118a in MVM_gc_allocate_object (tc=0x6033c0, st=0x1a88588) at src/gc/allocation.c:84
obj = <optimized out>
#5 0x00007ffff79e9b04 in MVM_interp_run (tc=tc@entry=0x6033c0, initial_invoke=initial_invoke@entry=0x7ffff7a30180 <toplevel_initial_invoke>, invoke_data=<optimized out>)
at src/core/interp.c:2289
type = <optimized out>
box = 0x7ffff6a24fe0
op = <optimized out>
cur_op = 0x7ffff7ed8ba0 "\t"
bytecode_start = 0x7ffff7ed8866 "\237"
reg_base = 0x4b2ecc0
cu = 0x1a165e0
cur_callsite = 0x989900
#6 0x00007ffff7a3063c in MVM_vm_run_file (instance=0x603010, filename=0x7fffffffe1a6 "/home/froggs/dev/nqp/install/languages/nqp/lib/nqp.moarvm") at src/moar.c:150
start_frame = <optimized out>
tc = 0x6033c0
cu = 0x7ffff6828f28
#7 0x0000000000400b80 in main (argc=9, argv=0x7fffffffdd78) at src/main.c:137
instance = 0x603010
input_file = <optimized out>
lib_path = <optimized out>
dump = <optimized out>
argi = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment