On Thu Sep 18 09:01:12 2014, pawel.pab...@implix.com wrote:
> 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.

I am unable to reproduce this with a recent moarvm build.

-- 
Will "Coke" Coleda

Reply via email to