Skip to content

Instantly share code, notes, and snippets.

@dogbert17
Created July 25, 2019 14:52
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/09a85e830fb3d42d7cdca35bfa8bb902 to your computer and use it in GitHub Desktop.
Save dogbert17/09a85e830fb3d42d7cdca35bfa8bb902 to your computer and use it in GitHub Desktop.
Different failure
Thread 1 "moar" hit Breakpoint 1, MVM_panic (exitCode=1, messageFormat=0x7ffff769da68 "Collectable %p in fromspace accessed") at src/core/exceptions.c:830
830 MVM_NO_RETURN void MVM_panic(MVMint32 exitCode, const char *messageFormat, ...) {
(gdb) bt
#0 MVM_panic (exitCode=1, messageFormat=0x7ffff769da68 "Collectable %p in fromspace accessed") at src/core/exceptions.c:830
#1 0x00007ffff7521d7a in bind_pos (tc=0x555555758cc0, st=0x5555557d1b70, root=0x55555575aa18, data=0x55555575aa30, index=0, value=..., kind=7) at src/6model/reprs/VMArray.c:400
#2 0x00007ffff7518b43 in MVM_repr_bind_pos_s (tc=0x555555758cc0, obj=0x55555575aa18, idx=0, value=0x555555a69718) at src/6model/reprconv.c:262
#3 0x00007ffff762b6d0 in MVM_platform_uname (tc=0x555555758cc0) at src/platform/sys.c:31
#4 0x00007ffff74a1ea5 in MVM_interp_run (tc=0x555555758cc0, initial_invoke=0x7ffff762e429 <toplevel_initial_invoke>, invoke_data=0x555555834958) at src/core/interp.c:5606
#5 0x00007ffff762e58e in MVM_vm_run_file (instance=0x555555758260, filename=0x7fffffffe31f "/home/dogbert/repos/rakudo/perl6.moarvm") at src/moar.c:444
#6 0x000055555555581a in main (argc=10, argv=0x7fffffffde98) at src/main.c:302
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment