Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #115392] two liners segfaulting rakudo

6 views
Skip to first unread message

Stephane Payrard

unread,
Oct 21, 2012, 2:29:28 AM10/21/12
to bugs-bi...@rt.perl.org
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #115392]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115392 >


Some mistyping gave me a segfault. That happens only on the perl6 shell.

$ perl6
> my \a = 2, 3; say a.WHAT;
Parcel()
> my $a = 2, 3; say a.WHAT
my $a = 2, 3; say a.WHAT
Segmentation fault: 11
$ uname -a
Darwin Stephanes-MacBook-Air.local 12.0.0 Darwin Kernel Version
12.0.0: Sun Jun 24 23:00:16 PDT 2012;
root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64


--
cognominal stef
0 new messages