Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 21, 2018 20:47
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 zoffixznet/174c2461d508573a21e2bac915b9d885 to your computer and use it in GitHub Desktop.
Save zoffixznet/174c2461d508573a21e2bac915b9d885 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4501674 in ?? ()
(gdb) bt
#0 0x00007ffff4501674 in ?? ()
#1 0x0000000000000004 in ?? ()
#2 0x00000000006049f0 in ?? ()
#3 0x000000000322aa78 in ?? ()
#4 0x00007fffffffc200 in ?? ()
#5 0x00007ffff766f75c in MVM_p6opaque_read_object (tc=0xe038, o=0x7fff0000f7ec, offset=17713128) at src/6model/reprs/P6opaque.h:115
#6 0x00007ffff7777d6d in MVM_jit_enter_code (tc=0x6049f0, cu=0xc28f20, code=0x7ffff01ace20) at src/jit/compile.c:335
#7 0x00007ffff76696c7 in MVM_interp_run (tc=0x6049f0, initial_invoke=0x7ffff7767358 <toplevel_initial_invoke>, invoke_data=0x678180)
at src/core/interp.c:5765
#8 0x00007ffff77674c2 in MVM_vm_run_file (instance=0x604010, filename=0x7fffffffdee8 "/home/zoffix/R/rakudo/perl6.moarvm")
at src/moar.c:407
#9 0x00000000004012d2 in main (argc=11, argv=0x7fffffffd9d8) at src/main.c:256
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment