Skip to content

Instantly share code, notes, and snippets.

@Tux
Created December 16, 2019 10: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 Tux/bba30434afb57ae1441859e976338755 to your computer and use it in GitHub Desktop.
Save Tux/bba30434afb57ae1441859e976338755 to your computer and use it in GitHub Desktop.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7ffff6220700 (LWP 7504)]
Thread 1 "perl6" received signal SIGSEGV, Segmentation fault.
0x00007ffff7529bf7 in MVM_args_setup_thunk ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
(gdb) where
#0 0x00007ffff7529bf7 in MVM_args_setup_thunk ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#1 0x00007ffff75767e8 in finalize_handler_caller ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#2 0x00007ffff754e6ed in MVM_frame_try_return ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#3 0x00007ffff190a241 in ?? ()
#4 0x0000000000000008 in ?? ()
#5 0x000000000083bca0 in ?? ()
#6 0x00000000037fd870 in ?? ()
#7 0x00007fffec2ff720 in ?? ()
#8 0x00000000036fad58 in ?? ()
#9 0x00007ffff754a5df in MVM_frame_invoke ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#10 0x00007ffff75994e3 in invoke_handler ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#11 0x0000000000000002 in ?? ()
#12 0x00007fffffffd598 in ?? ()
#13 0x00007ffff7535ba7 in MVM_interp_run ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#14 0x00007ffff755d55e in callback_handler ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#15 0x00007ffff766ecf9 in dcCallback_x64_sysv ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#16 0x00007ffff33650cb in reset_wrapped_object (my_perl=0x650a590,
obj=0x67bea50) at p5helper.c:738
#17 0x00007ffff336622b in p5_call_gv_two_args (my_perl=0x650a590,
gv=0x684e6d0, arg=0x67bea50, arg2=0x37fb550, count=0x37fc330,
type=0x37fc348, err=0x37fc360) at p5helper.c:904
#18 0x00007ffff18e9b11 in ?? ()
#19 0x00000000037fc360 in ?? ()
#20 0x0000000000603f40 in ?? ()
#21 0x0000000000603f40 in ?? ()
#22 0x00007ffff7d065c0 in two_args_callsite ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#23 0x0000000006f28d00 in ?? ()
#24 0x00007fffec4d7490 in ?? ()
#25 0x00000000036fd2c0 in ?? ()
#26 0x00007ffff754a5df in MVM_frame_invoke ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#27 0x0000000000603f40 in ?? ()
#28 0x0000000000c796f8 in ?? ()
#29 0x0000000000603f40 in ?? ()
#30 0x0000000006f28aa0 in ?? ()
#31 0x00007ffff7535ba7 in MVM_interp_run ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#32 0x00007ffff7645687 in MVM_vm_run_file ()
from //pro/3gl/CPAN/rakudo/install/lib/libmoar.so
#33 0x0000000000400edc in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment