Skip to content

Instantly share code, notes, and snippets.

@ugexe

ugexe/2019.03.1 Secret

Last active March 22, 2019 03:56
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/a88a63154eeedb1ada9c2581390e6d5b to your computer and use it in GitHub Desktop.
Save ugexe/a88a63154eeedb1ada9c2581390e6d5b to your computer and use it in GitHub Desktop.
[osx] regression in perl6-lldb-m from relocate branch
$ rakudobrew switch moar-2019.03.1
Switching to moar-2019.03.1
$ perl6-lldb-m -e 'say 1'
================================================================================================
This is Rakudo Perl 6 running in the LLVM 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 2019.03.1 built on MoarVM version 2019.03,
running on macosx (10.14.3) / darwin (18.2.0)
Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help.
------------------------------------------------------------------------------------------------
(lldb) target create "/Users/ugexe/.rakudobrew/moar-2019.03.1/install/bin/moar"
Current executable set to '/Users/ugexe/.rakudobrew/moar-2019.03.1/install/bin/moar' (x86_64).
(lldb) settings set -- target.run-args "--execname=/Users/ugexe/.rakudobrew/bin/../moar-2019.03.1/install/bin/perl6-lldb-m" "--libpath=/Users/ugexe/.rakudobrew/moar-2019.03.1/install/share/nqp/lib" "--libpath=/Users/ugexe/.rakudobrew/moar-2019.03.1/install/share/perl6/lib" "--libpath=/Users/ugexe/.rakudobrew/moar-2019.03.1/install/share/perl6/runtime" "/Users/ugexe/.rakudobrew/moar-2019.03.1/install/share/perl6/runtime/perl6.moarvm" "-e" "say 1"
(lldb)
$ rakudobrew switch moar-blead
Switching to moar-blead-master
$ perl6-lldb-m -e 'say 1'
================================================================================================
This is Rakudo Perl 6 running in the LLVM 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 2019.03.1.94.g.68.c.2.c.9.fea built on MoarVM version 2019.03.44.g.079.d.67002,
running on macosx (10.14.3) / darwin (Darwin.Kernel.Version.18.2.0.Thu.Dec.20.20.46.53.PST.2018.root.xnu.4903.241.1.1.RELEASE_X.86._.64)
Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help.
------------------------------------------------------------------------------------------------
(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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment