Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-invokable object is non-invokable #3526

Closed
p6rt opened this issue Sep 18, 2014 · 5 comments
Closed

non-invokable object is non-invokable #3526

p6rt opened this issue Sep 18, 2014 · 5 comments

Comments

@p6rt
Copy link

p6rt commented Sep 18, 2014

Migrated from rt.perl.org#122802 (status was 'resolved')

Searchable as RT122802$

@p6rt
Copy link
Author

p6rt commented Sep 18, 2014

From @bbkr

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.

@p6rt
Copy link
Author

p6rt commented Aug 26, 2015

From @coke

On Thu Sep 18 09​:01​:12 2014, pawel.pabian@​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

@p6rt
Copy link
Author

p6rt commented Aug 26, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Dec 23, 2015

From @labster

Seems to be working in both JVM and Moar, probably for over a year now. Added passing test to roast in 9d3e3c3c09. Resolving ticket.

On Wed Aug 26 12​:49​:38 2015, coke wrote​:

On Thu Sep 18 09​:01​:12 2014, pawel.pabian@​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.

@p6rt
Copy link
Author

p6rt commented Dec 23, 2015

@labster - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant