-
Notifications
You must be signed in to change notification settings - Fork 895
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
failure to delete temporary files on rustup update
#1351
Comments
I've just run into this, but it's really weird. When I try to delete the files in Explorer, I get: If I try to delete the file mentioned, I get: So, I fire up Process Explorer as admin, and... It's not there. I also tried searching for the process holding the files open with So, as a last resort, I shut down VS Code to terminate the RLS process which, to be clear, was running before I updated through I have no idea how any of this makes any damn sense. Sadly, I can't do any further testing on this, since my |
I had the exact same experience yesterday, actually. Temp files kept mysteriously open, very difficult to track down. I was just about to restart, when I thought to try closing VS Code, which allowed me to delete the files. I'd started |
Recently started having the same problem. My guess is that is could be related to RLS, since this issue only seems to occur whenever I have Sublime Text 3 with RLS open. |
I can confirm it was solved when i closed Visual Studio Code with a Rust Project active and it is probably RLS that keep the files in tmp open. |
Particularly in Windows, running |
I'm closing this in favour of #2441, which although not an exact match is aiming at the systematic problem of how we tackle updates on windows. |
I just updated to the latest nightly, and was greeted with this:
it did successfully update though.
apparently they require administrator access?
even typing
rm
in an adminstrative shell won't delete them...The text was updated successfully, but these errors were encountered: