# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #131813] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131813 >
$ perl6 —ll-exception -e 'my @a = (^10000)>>.Str' segfaults, $ perl6 —ll-exception -e 'my @a = (^1000)>>.Str’ doesn’t testing with some values, it looks like any value beyond 9700 makes it almost always crash. Just below that it only crashes occasionally. This is Rakudo version 2017.07-84-gc1e41f9 built on MoarVM version 2017.07-253-g82c282e
