On Sat Aug 07 23:14:10 2010, masak wrote:
> <masak> rakudo: (my @a)[1..*]; say "alive"
> <p6eval> rakudo 6ebba8:  ( no output )
> <masak> 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 "alive"'
alive


-- 
Will "Coke" Coleda

Reply via email to