-
-
Notifications
You must be signed in to change notification settings - Fork 32.6k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.
Description
- Version: v0.10.x
- Platform: posix
- Subsystem: fs, deps
As described in libuv/libuv#899, libuv v0.10.x does not translate/propagate ENFILE
errors, so node reports it as an UNKNOWN
error code. Note that EMFILE
occurs far more commonly, and this likely affects more tests (trying to trigger EMFILE
/ENFILE
to test errr handling) than actual applications.
I don't expect this issue to be fixed. This is mainly for people to find in search results.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.libuvIssues and PRs related to the libuv dependency or the uv binding.Issues and PRs related to the libuv dependency or the uv binding.