[perl #77078] [BUG] Segfault on .[1..*] on an Array in Rakudo

2011-10-09 Thread Will Coleda via RT
On Sat Aug 07 23:14:10 2010, masak wrote: > rakudo: (my @a)[1..*]; say "alive" > rakudo 6ebba8: ( no output ) > locally, 'Segmentation fault' > * masak submits rakudobug > > Doesn't seem to matter whether the Array has contents or not. No longer segfaults $ ./perl6 -e '(my @a)[1..*]; say "al

[perl #77078] [BUG] Segfault on .[1..*] on an Array in Rakudo

2010-08-07 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77078] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77078 > rakudo: (my @a)[1..*]; say "alive" rakudo 6ebba8: ( no output ) locally, 'Segmentati