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

fd leak after fs.move #81

Closed
kadishmal opened this issue Aug 28, 2014 · 1 comment
Closed

fd leak after fs.move #81

kadishmal opened this issue Aug 28, 2014 · 1 comment

Comments

@kadishmal
Copy link

I expect fs.move to be a leak-free command. I move the file and no open file descriptor should be left behind.

When uploading files and moving them around while monitoring the open fds per process, I noticed that the target/final file location has open file descriptor. This results in hitting the max fds allowed by OS pretty fast.

@kadishmal
Copy link
Author

Wrong call. I found that the fds are leaked in another ZIP module. Closing this issue.

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

1 participant