Skip to content

Instantly share code, notes, and snippets.

@ugexe
Created March 22, 2019 03:45
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 ugexe/1a9839c520f04da1717bb0b6a8122b04 to your computer and use it in GitHub Desktop.
Save ugexe/1a9839c520f04da1717bb0b6a8122b04 to your computer and use it in GitHub Desktop.
$ perl6-lldb-m -I. bin/zef search HTTP
/Users/ugexe/.rakudobrew/bin/../moar-blead-master/install/bin/perl6-lldb-m: line 25: 62783 Segmentation fault: 11 $DIR/perl6-m -e 'say "=" x 96;
say "This is Rakudo Perl 6 running in the LLVM debugger, which often allows the user to generate useful back-\ntraces to debug or report issues in Rakudo, the MoarVM backend or the currently running code.\n";
unless $*VM.config<ccdebugflags> { say "The currently used MoarVM backend is not compiled with debugging symbols, you might want to\nreconfigure and reinstall MoarVM with --debug enabled.\n" }
say "This Rakudo version is $*PERL.compiler.version() built on MoarVM version $*VM.version(),";
say "running on $*DISTRO.gist() / $*KERNEL.gist()\n";
say "Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help.";
say "-" x 96;
'
(lldb) target create "perl6-m"
error: '/Users/ugexe/.rakudobrew/bin/perl6-m' doesn't contain any 'host' platform architectures: x86_64h, x86_64, i386, x86_64
(lldb) bt full
error: bt [<digit> | all]
(lldb) bt all
error: invalid target, create a target using the 'target create' command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment