# New Ticket Created by [email protected]
# Please include the string: [perl #125161]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=125161 >
Hi,
$ perl6 --version
This is perl6 version 2015.04-199-ge82920a built on MoarVM version
2015.04-62-g052aca0
$ perl6 -e 'perl6 -e 'my @p = map { start { my @a = [ rand xx 1_000 ];
@a } }, ^10; for @p { die "oops" unless .result }'
Amazingly enough, this fails undeterministically with various error
messages. Or sometimes it just die with "oops" (which is not good
either).
An example of failure is:
===SORRY!===
Cannot call prefix:<-->(Int); none of these signatures match:
(Mu:D \a is rw)
(Mu:U \a is rw)
(Bool:U \a is rw)
(Int:D $a is rw)
(int $a is rw)
(Num:D $a is rw)
(Num:U $a is rw)
(num $a is rw)