# Pastebin MWGKVKdc MacBook-Pro-de-Fernando:Test-Fuzz fernando$ docker run -ti -v$PWD:/code --security-opt seccomp=unconfined perl6-gdb perl6-gdb-m -I/code/lib /code/test3.p6 ================================================================================================ This is Rakudo Perl 6 running in the GNU debugger, which often allows the user to generate useful back- traces to debug or report issues in Rakudo, the MoarVM backend or the currently running code. This Rakudo version is 2016.11 built on MoarVM version 2016.11, running on debian (8.jessie) / linux (4.8.12.moby) Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help. ------------------------------------------------------------------------------------------------ Reading symbols from /usr/bin/moar...(no debugging symbols found)...done. Starting program: /usr/bin/moar --execname=/usr/bin/perl6-gdb-m --libpath=/usr/share/nqp/lib --libpath=/usr/share/perl6/lib --libpath=/usr/share/perl6/runtime /usr/share/perl6/runtime/perl6.moarvm -I/code/lib /code/test3.p6 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7913ff7 in gc_mark () from //usr/lib/libmoar.so (gdb) bt #0 0x00007ffff7913ff7 in gc_mark () from //usr/lib/libmoar.so #1 0x00007ffff78ed5dc in process_worklist () from //usr/lib/libmoar.so #2 0x00007ffff78edbde in MVM_gc_collect () from //usr/lib/libmoar.so #3 0x00007ffff78e9a76 in run_gc () from //usr/lib/libmoar.so #4 0x00007ffff78ea4f6 in MVM_gc_enter_from_allocator () from //usr/lib/libmoar.so #5 0x00007ffff78ea618 in MVM_gc_allocate_nursery () from //usr/lib/libmoar.so #6 0x00007ffff78ea868 in MVM_gc_allocate_object () from //usr/lib/libmoar.so #7 0x00007ffff78ff9b3 in MVM_repr_alloc_init () from //usr/lib/libmoar.so #8 0x00007ffff78b18f1 in MVM_args_save_capture () from //usr/lib/libmoar.so #9 0x00007ffff78b8c52 in MVM_interp_run () from //usr/lib/libmoar.so #10 0x00007ffff797cf49 in MVM_vm_run_file () from //usr/lib/libmoar.so #11 0x0000000000400f8f in main () (gdb)