Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created July 24, 2019 18:48
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 dogbert17/cc3723e9fd00957e50fdefaa4be2f61f to your computer and use it in GitHub Desktop.
Save dogbert17/cc3723e9fd00957e50fdefaa4be2f61f to your computer and use it in GitHub Desktop.
Kaboom
Thread 1 "moar" hit Breakpoint 1, MVM_panic (exitCode=exitCode@entry=1, messageFormat=messageFormat@entry=0x7ffff76f7520 "Adding pointer %p to past fromspace to GC worklist") at src/core/exceptions.c:830
830 MVM_NO_RETURN void MVM_panic(MVMint32 exitCode, const char *messageFormat, ...) {
(gdb) bt
#0 MVM_panic (exitCode=exitCode@entry=1, messageFormat=messageFormat@entry=0x7ffff76f7520 "Adding pointer %p to past fromspace to GC worklist") at src/core/exceptions.c:830
#1 0x00007ffff75cedb7 in MVM_gc_root_add_temps_to_worklist (tc=tc@entry=0x69aef0, worklist=worklist@entry=0xa56330, snapshot=snapshot@entry=0x0) at src/gc/roots.c:272
#2 0x00007ffff75d15f5 in MVM_gc_collect (tc=0x69aef0, what_to_do=<optimized out>, gen=gen@entry=0 '\000') at src/gc/collect.c:145
#3 0x00007ffff75caeab in run_gc (tc=tc@entry=0x604a70, what_to_do=what_to_do@entry=0 '\000') at src/gc/orchestrate.c:414
#4 0x00007ffff75cbcbe in MVM_gc_enter_from_allocator (tc=tc@entry=0x604a70) at src/gc/orchestrate.c:531
#5 0x00007ffff75cbfc6 in MVM_gc_allocate_nursery (tc=0x604a70, size=<optimized out>) at src/gc/allocation.c:35
#6 0x00007ffff75cc41e in MVM_gc_allocate_frame (tc=tc@entry=0x604a70) at src/gc/allocation.c:102
#7 0x00007ffff75a45c8 in MVM_frame_move_to_heap (tc=tc@entry=0x604a70, frame=frame@entry=0x7ffff7fb9030) at src/core/frame.c:645
#8 0x00007ffff75a6347 in MVM_frame_force_to_heap (frame=0x7ffff7fb9030, tc=0x604a70) at src/core/frame.h:213
#9 MVM_frame_capturelex (tc=0x604a70, code=<optimized out>) at src/core/frame.c:1160
#10 0x00007ffff7576e3f in MVM_interp_run (tc=0x1, tc@entry=0x604a70, initial_invoke=0x0, invoke_data=0x7ffff0001200) at src/core/interp.c:1228
#11 0x00007ffff76ae55e in MVM_vm_run_file (instance=0x604010, filename=<optimized out>) at src/moar.c:426
#12 0x00000000004016e7 in main (argc=10, argv=0x7fffffffdd38) at src/main.c:302
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment