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

node.io -f throws exception #22

Closed
codeinvain opened this issue Apr 1, 2011 · 2 comments
Closed

node.io -f throws exception #22

codeinvain opened this issue Apr 1, 2011 · 2 comments
Labels

Comments

@codeinvain
Copy link

running multiple forks on a simple hello example throws an exception

node.io -f 1 hello

/usr/local/lib/node/.npm/node.io/0.2.5-5/package/lib/node.io/processor.js:296
this.status(JSON.stringify(e), 'debug');
^
TypeError: Object # has no method 'status'
at /usr/local/lib/node/.npm/node.io/0.2.5-5/package/lib/node.io/processor.js:296:22
at [object Object].handleMasterMessage (/usr/local/lib/node/.npm/node.io/0.2.5-5/package/lib/node.io/process_worker.js:28:9)
at EventEmitter. (/usr/local/lib/node/.npm/node.io/0.2.5-5/package/lib/node.io/processor.js:235:22)
at EventEmitter.emit (events.js:42:17)
at Socket. (/usr/local/lib/node/.npm/node.io/0.2.5-5/package/lib/node.io/multi_node.js:152:29)
at Socket.emit (events.js:42:17)
at Socket._onReadable (net.js:649:14)
at IOWatcher.onReadable as callback

@estevaoam
Copy link

Same error here. :(

@ghost ghost assigned chriso Apr 16, 2011
@chriso
Copy link
Contributor

chriso commented Jun 9, 2011

Should be working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants