# New Ticket Created by  Krzysztof Kielak 
# Please include the string:  [perl #69840]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69840 >


Hi,

The following code segfaults in rakudo

{ my @a=(); for 1..20000 { my $ll="123;123;123;123"; my
@f=$ll.split(";"); @a.push(@f[1]); } }

regards
Krzysztof Kielak

Reply via email to