Skip to content

Instantly share code, notes, and snippets.

@niner
Created June 25, 2017 09:43
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/75f4f03fcdf50aedaf946b634ee4ba3f to your computer and use it in GitHub Desktop.
Save niner/75f4f03fcdf50aedaf946b634ee4ba3f to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
0x00007f4e2af5ea1e in MVM_repr_at_pos_i (tc=0x603800, obj=0x0, idx=0) at src/6model/reprconv.c:84
84 REPR(obj)->pos_funcs.at_pos(tc, STABLE(obj), obj, OBJECT_BODY(obj),
(gdb) bt
#0 0x00007f4e2af5ea1e in MVM_repr_at_pos_i (tc=0x603800, obj=0x0, idx=0) at src/6model/reprconv.c:84
#1 0x00007f4e2af8187a in MVM_nfa_run_alt (tc=0x603800, nfa=0x7f4e2a0505d0, target=0x7f4e2a049fa8, offset=47, bstack=0x7f4e2a0682e8, cstack=0x6528b0, labels=0x0) at src/6model/reprs/NFA.c:764
#2 0x00007f4e2aefb624 in MVM_interp_run (tc=0x603800, initial_invoke=0x7f4e2b002d3f <toplevel_initial_invoke>, invoke_data=0x668460) at src/core/interp.c:1692
#3 0x00007f4e2b002e62 in MVM_vm_run_file (instance=0x603010, filename=0x7fffffffe0e3 "/home/nine/rakudo/install/share/perl6/runtime/perl6.moarvm") at src/moar.c:318
#4 0x00000000004012b7 in main (argc=8, argv=0x7fffffffdb68) at src/main.c:246
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment