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

Error: spawn Unknown system errno 12 #2

Open
kaihendry opened this issue Feb 10, 2012 · 1 comment
Open

Error: spawn Unknown system errno 12 #2

kaihendry opened this issue Feb 10, 2012 · 1 comment

Comments

@kaihendry
Copy link

I've been running the example and I get these sorts of errors after a while.

localhost:~/eventsource-h5d$ sudo node app.js
Listening on port 80

child_process.js:470
throw errnoException(errno, 'spawn');
^
Error: spawn Unknown system errno 12
at errnoException (child_process.js:507:11)
at ChildProcess.spawn (child_process.js:470:11)
at child_process.js:367:9
at Object.execFile (child_process.js:277:15)
at child_process.js:244:18
at Object.uptime as _onTimeout
at Timer.ontimeout (timers.js:84:39)

@bmeck
Copy link

bmeck commented Jun 28, 2012

This is an ENOMEM, so presumably a memory leak is happening, do you have stats around when this occurs of memory usage?

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

2 participants