Skip to content

Instantly share code, notes, and snippets.

@LLFourn
Last active June 26, 2016 16:54
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 LLFourn/135680d93ef10b76b0213386b49fa20e to your computer and use it in GitHub Desktop.
Save LLFourn/135680d93ef10b76b0213386b49fa20e to your computer and use it in GitHub Desktop.
rakudo segfault 27/6/16
(gdb) bt
#0 0x0000000100063d14 in gc_mark () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#1 0x000000010003f072 in MVM_gc_mark_collectable () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#2 0x000000010003e8f3 in process_worklist () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#3 0x000000010003e394 in MVM_gc_collect () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#4 0x000000010003b773 in run_gc () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#5 0x000000010003b538 in MVM_gc_enter_from_allocator () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#6 0x000000010003c068 in MVM_gc_allocate_frame () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#7 0x0000000100021522 in MVM_frame_force_to_heap () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#8 0x0000000100022693 in MVM_frame_takeclosure () from /Users/llfourn/src/rakudo/install/lib/libmoar.dylib
#9 0x000000010429c0c7 in ?? ()
#10 0x0000000100a26e48 in ?? ()
#11 0x0000000102cfe038 in ?? ()
#12 0x0000000000001002 in ?? ()
#13 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment