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

EMFILE, too many open files #73

Open
hackingbeauty opened this issue Jun 19, 2015 · 3 comments
Open

EMFILE, too many open files #73

hackingbeauty opened this issue Jun 19, 2015 · 3 comments

Comments

@hackingbeauty
Copy link

After starting the program with the command "webgl-workshop", and clicking on the first exercise "HELLO, WEBGL" , I'm getting the following stack trace:

fs.js:438
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: EMFILE, too many open files '/usr/local/lib/node_modules/webgl-workshop/node_modules/glslify/node_modules/glslify-stream/node_modules/through/index.js'
at Object.fs.openSync (fs.js:438:18)
at Object.fs.readFileSync (fs.js:289:15)
at Object.Module._extensions..js (module.js:473:44)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/webgl-workshop/node_modules/glslify/node_modules/glslify-stream/index.js:7:15)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)

Am I doing something wrong?

@jeffscottward
Copy link

Seeing the same. Help?

@mpmckenna8
Copy link

Getting the same error here.

@mattdesl
Copy link
Member

mattdesl commented Jul 1, 2015

Perhaps related thread with solutions:
browserify/browserify#431

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

4 participants