Skip to content

Instantly share code, notes, and snippets.

@ufobat
Created October 14, 2016 08:34
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 ufobat/73a23653a6f301acf35a91b1304b74f6 to your computer and use it in GitHub Desktop.
Save ufobat/73a23653a6f301acf35a91b1304b74f6 to your computer and use it in GitHub Desktop.
martin@psyche:~/.workspace/p6/zef$ perl6-gdb-m -Ilib bin/zef install .
================================================================================================
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.09 built on MoarVM version 2016.09,
running on ubuntu (16.04.1.LTS.Xenial.Xerus) / linux (4.4.0.43.generic)
Type `bt full` to generate a backtrace if applicable, type `q` to quite or `help` for help.
------------------------------------------------------------------------------------------------
Reading symbols from /opt/rakudo/bin/moar...(no debugging symbols found)...done.
Starting program: /opt/rakudo/bin/moar --execname=/opt/rakudo/bin/perl6-gdb-m --libpath=/opt/rakudo/share/nqp/lib --libpath=/opt/rakudo/share/perl6/lib --libpath=/opt/rakudo/share/perl6/runtime /opt/rakudo/share/perl6/runtime/perl6.moarvm -Ilib bin/zef install .
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0xf5a1fb40 (LWP 14104)]
[New Thread 0xf4cfeb40 (LWP 14105)]
Thread 1 "moar" received signal SIGSEGV, Segmentation fault.
__lll_unlock_elision (lock=0x804c18c, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-unlock.c:29
29 ../sysdeps/unix/sysv/linux/x86/elision-unlock.c: Datei oder Verzeichnis nicht gefunden.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment