Skip to content

Instantly share code, notes, and snippets.

@niner
Created May 13, 2016 21:36
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 niner/5397c59cbc449075e104017443142ef1 to your computer and use it in GitHub Desktop.
Save niner/5397c59cbc449075e104017443142ef1 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
MVM_gc_root_temp_push_slow (tc=tc@entry=0x6037c0, obj_ref=obj_ref@entry=0x7fffffffd158) at src/gc/roots.c:187
187 tc->temproots[tc->num_temproots] = obj_ref;
Missing separate debuginfos, use: zypper install glibc-debuginfo-2.22-7.2.x86_64 perl-base-debuginfo-5.22.1-1.2.x86_64 perl-debuginfo-5.22.1-1.2.x86_64
(gdb) bt
#0 MVM_gc_root_temp_push_slow (tc=tc@entry=0x6037c0, obj_ref=obj_ref@entry=0x7fffffffd158) at src/gc/roots.c:187
#1 0x00007ffff78de6dd in MVM_gc_root_temp_push (obj_ref=0x7fffffffd158, tc=0x6037c0) at src/gc/roots.h:27
#2 MVM_frame_invoke (tc=<optimized out>, static_frame=<optimized out>, callsite=0x7ffff7dca760 <inv_arg_callsite>, args=0x7311a8, outer=<optimized out>, code_ref=<optimized out>, spesh_cand=-1) at src/core/frame.c:557
#3 0x00007ffff791df63 in invoke_handler (tc=<optimized out>, invokee=<optimized out>, callsite=<optimized out>, args=<optimized out>) at src/6model/reprs/MVMCode.c:10
#4 0x00007ffff78d6506 in MVM_interp_run (tc=0xffffffff, tc@entry=0x6037c0, initial_invoke=0x603a60, invoke_data=0xfffffffe) at src/core/interp.c:889
#5 0x00007ffff798d639 in MVM_vm_run_file (instance=0x603010, filename=0x7fffffffdc92 "/home/nine/rakudo/install/share/perl6/runtime/perl6.moarvm") at src/moar.c:303
#6 0x000000000040106f in main (argc=8, argv=0x7fffffffd648) at src/main.c:191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment