# New Ticket Created by  Paweł Pabian 
# Please include the string:  [perl #122802]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122802 >


>From following code:

$ perl6 -e 'my $job1 = start { say "job 1"}; my $job2 = start { say "job 2"}; 
await Promise.allof($job1, $job2)'


I get randomly one of following errors:

===SORRY!===
non-invokable object is non-invokable

===SORRY!===
Cannot call method 'count' on a null object


Linux Debian Wheezy, rakudo was built using rakudobrew on MoarVM without JIT 

$ perl6 --version
This is perl6 version 2014.08-391-ga396fa2 built on MoarVM version 
2014.08-139-gb37f93e

I am unable to reproduce this error on the same machine using Star 2014.08.

Reply via email to