-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Bad file descriptor on files that exist (Bun.file(path)
)
#4798
Comments
I can confirm this issue exists too. It appears to work perfectly fine on a Mac OS with Apple Silicon(arm64) but fails with your same error when running on an x86_64 Linux machine. |
Can confirm this is still happening on 1.0.2 |
Duplicate of #1446 |
Yes, still happening as well. Using bun 1.0.6 and running with Docker. |
Same happening here...any workaround ? |
This issue was about the Bun.file(paht).* APIs, but that looks likely to be in node:fs |
Bun.file(path)
)
What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
What platform is your computer?
Linux 5.4.0-155-generic x86_64 x86_64
What steps can reproduce the bug?
this results me in an bad file descriptor error even though the file exists.
What is the expected behavior?
be able to get a string out of the text file
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: