Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created August 17, 2018 14: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 dogbert17/2d499ec5d8ae0b7f4a3b0f9c7db6107b to your computer and use it in GitHub Desktop.
Save dogbert17/2d499ec5d8ae0b7f4a3b0f9c7db6107b to your computer and use it in GitHub Desktop.
Postrelease-opts
ok 166 - Blob:D ge Blob:D
Thread 1 "moar" hit Breakpoint 1, __GI_exit (status=status@entry=0) at exit.c:104
104 exit.c: No such file or directory.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff634f700 (LWP 27520)]
Thread 1 "moar" received signal SIGSEGV, Segmentation fault.
0x00007ffff76623a4 in MVM_gc_mark_collectable (tc=0x604a30, worklist=0x3596670, new_addr=0x1eaff20) at src/gc/collect.c:370
370 MVM_gc_worklist_add(tc, worklist, &(tc->instance->all_scs[sc_idx]->sc));
(gdb) bt
#0 0x00007ffff76623a4 in MVM_gc_mark_collectable (tc=0x604a30, worklist=0x3596670, new_addr=0x1eaff20) at src/gc/collect.c:370
#1 0x00007ffff7662d35 in process_worklist (tc=tc@entry=0x604a30, worklist=worklist@entry=0x3596670, wtp=wtp@entry=0x7fffffffd790, gen=gen@entry=0 '\000') at src/gc/collect.c:344
#2 0x00007ffff766335f in MVM_gc_collect (tc=0x604a30, what_to_do=<optimized out>, gen=gen@entry=0 '\000') at src/gc/collect.c:114
#3 0x00007ffff765eb8b in run_gc (tc=tc@entry=0x604a30, what_to_do=what_to_do@entry=0 '\000') at src/gc/orchestrate.c:408
#4 0x00007ffff765f91e in MVM_gc_enter_from_allocator (tc=tc@entry=0x604a30) at src/gc/orchestrate.c:525
#5 0x00007ffff765fc26 in MVM_gc_allocate_nursery (tc=0x604a30, size=<optimized out>) at src/gc/allocation.c:32
#6 0x00007ffff765fece in MVM_gc_allocate_frame (tc=tc@entry=0x604a30) at src/gc/allocation.c:99
#7 0x00007ffff7639958 in MVM_frame_move_to_heap (tc=tc@entry=0x604a30, frame=frame@entry=0x7ffff7fb91a0) at src/core/frame.c:631
#8 0x00007ffff763b79a in MVM_frame_force_to_heap (frame=0x7ffff7fb91a0, tc=0x604a30) at src/core/frame.h:208
#9 MVM_frame_takeclosure (tc=0x604a30, code=<optimized out>) at src/core/frame.c:1185
#10 0x00007ffff76209aa in MVM_interp_run (tc=tc@entry=0x604a30, initial_invoke=0x1eafef0, invoke_data=0x613be0) at src/core/interp.c:1183
#11 0x00007ffff772bbd4 in MVM_vm_run_file (instance=0x604010, filename=<optimized out>) at src/moar.c:417
#12 0x000000000040120f in main (argc=10, argv=0x7fffffffde28) at src/main.c:300
(gdb) info threads
Id Target Id Frame
* 1 Thread 0x7ffff7fdb700 (LWP 27519) "moar" 0x00007ffff76623a4 in MVM_gc_mark_collectable (tc=0x604a30, worklist=0x3596670, new_addr=0x1eaff20) at src/gc/collect.c:370
2 Thread 0x7ffff634f700 (LWP 27520) "moar" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment