-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
File not closed properly after usage on Windows #43673
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
Comments
@abx78 and I were discussing this a bit in Slack. Interestingly, the call to |
cc @vtjnash who may have some insight |
Related issue? #39457 |
I don't see this. When I run the code above, it appears in Computer Management. Then when I close the file and click the refresh button in Computer Management it disappears, as expected. |
OS: windows 10 When trying to By the way, the same code does not trigger an error on my Linux computer. Please fix it on Windows. |
Yes, posix-compliant kernels don't have this problem; it is unique to the NT kernel implementation. This is often a problem with running virus checkers, so do you happen to have one running? |
In my case, I did. |
Uh oh!
There was an error while loading. Please reload this page.
Even on basic scenarios, a file on windows does not get released correctly by the process
After this, the Computer Management on Windows will show the file in the Open Files for a while.
This can help temporarily fixing the issue
The text was updated successfully, but these errors were encountered: