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

Unhandled thrown error in cluster module: #3341

Closed
srlowe opened this issue Oct 13, 2015 · 7 comments · May be fixed by B020239/node#1
Closed

Unhandled thrown error in cluster module: #3341

srlowe opened this issue Oct 13, 2015 · 7 comments · May be fixed by B020239/node#1
Labels
cluster Issues and PRs related to the cluster subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@srlowe
Copy link

srlowe commented Oct 13, 2015

I got this error shortly after cluster child processes died:

 Cannot read property 'apply' of undefined
   File "cluster.js", line 710, in ChildProcess.<anonymous>
   File "events.js", line 92, in emitTwo
   File "events.js", line 172, in ChildProcess.emit
   File "internal/child_process.js", line 686, in handleMessage
   File "internal/child_process.js", line 440, in Pipe.channel.onread

Node 4.1.1

@Trott Trott added the question Issues that look for answers. label Oct 13, 2015
@Trott
Copy link
Member

Trott commented Oct 13, 2015

You might be better served asking in the Help repo: https://github.com/nodejs/help/issues

If you do, be sure to include the relevant parts of your source code.

@srlowe
Copy link
Author

srlowe commented Oct 13, 2015

@Trott I'm not really asking anything - I just wanted to report the bug. I'm assuming it's a bug, since the cluster module shouldn't be throwing errors right? Please correct me if otherwise though.

Please could you remove the question tag? (I've edited the post now so it doesn't look like a question).

@Trott
Copy link
Member

Trott commented Oct 13, 2015

Ah, I misunderstood. Sorry about that, and thanks for the clarification.

@bnoordhuis
Copy link
Member

I'm going to close this, it's a duplicate of #3072.

@bgSosh If you have a way to reproduce it, can you post it in that issue? Thanks.

@bnoordhuis bnoordhuis added duplicate Issues and PRs that are duplicates of other issues or PRs. cluster Issues and PRs related to the cluster subsystem. and removed question Issues that look for answers. labels Oct 13, 2015
@srlowe
Copy link
Author

srlowe commented Oct 13, 2015

@bnoordhuis Ah sorry, didn't see that issue. I have no way to reproduce it unfortunately :(

@Zarel
Copy link
Contributor

Zarel commented Oct 15, 2015

@bgSosh, feel free to add what you know to #3072.

@srlowe
Copy link
Author

srlowe commented Oct 16, 2015

@Zarel Will do (though I don't have much).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster Issues and PRs related to the cluster subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants