> On 09 Jun 2015, at 21:10, Elizabeth Mattijsen (via RT) > <perl6-bugs-follo...@perl.org> wrote: > > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #125371] > # in the subject line of all future correspondence about this issue. > # <URL: https://rt.perl.org/Ticket/Display.html?id=125371 > > > > [20:53:15] <lizmat> m: my $a := $a; say $a # jackpot! > [20:53:16] <+camelia> rakudo-moar 80f8ef: OUTPUT«(signal SEGV)» >
Related: 21:10:53] <lizmat> m: my $a := $a; say $a.Str [21:10:53] <+camelia> rakudo-moar 80f8ef: OUTPUT«Cannot call method 'Str' on a null object in block <unit> at /tmp/bu5hgP8_WK:1» Liz