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 is thrown in version 3.0.3 #33

Closed
hooddanielc opened this issue Oct 6, 2014 · 1 comment
Closed

EMFILE is thrown in version 3.0.3 #33

hooddanielc opened this issue Oct 6, 2014 · 1 comment

Comments

@hooddanielc
Copy link

OS: OSX mavericks

Steps to reproduce - Open as many files as you can using nodejs graceful-fs.

@isaacs
Copy link
Owner

isaacs commented Oct 6, 2014

Test added on 560aaf5 verifying that, in fact, EMFILE is never ever raised, even when opening many many more files than the ulimit allows. Instead, the open() is delayed until a close() is called.

Can you provide a standalone test case that demonstrates what you describe?

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