Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created February 21, 2018 20:46
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/9d0dab1d21426a04cfa92b27e8d22720 to your computer and use it in GitHub Desktop.
Save zoffixznet/9d0dab1d21426a04cfa92b27e8d22720 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff766940a in MVM_interp_run (tc=0x6049f0, initial_invoke=0x7ffff7767358 <toplevel_initial_invoke>, invoke_data=0x678180)
at src/core/interp.c:5733
5733 if (!f->outer)
(gdb) bt
#0 0x00007ffff766940a in MVM_interp_run (tc=0x6049f0, initial_invoke=0x7ffff7767358 <toplevel_initial_invoke>, invoke_data=0x678180)
at src/core/interp.c:5733
#1 0x00007ffff77674c2 in MVM_vm_run_file (instance=0x604010, filename=0x7fffffffded6 "/home/zoffix/R/rakudo/perl6.moarvm")
at src/moar.c:407
#2 0x00000000004012d2 in main (argc=11, argv=0x7fffffffd9b8) at src/main.c:256
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment