-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Windows: clean --expunge fails #2480
Comments
Yes, this is an known issue. Related issues: |
Not related because happens with 1 running java.exe, too. |
We have also observed this issue while trying out Windows builds. |
70ff798 fixed this. |
Description of the problem / feature request / question:
Executing
bazel clean --expunge
leads to:Environment info
bazel info release
): 0.4.4Have you found anything relevant by searching the web? (e.g. GitHub issues, email threads in the bazel-discuss@googlegroups.com archive)
Nope.
Anything else, information or logs or outputs that would be helpful?
Searching for
server\jvm.out
in Process Explorer gives twojava.exe
instances keeping a file handle (both seem to be A-servers). One is using it viaC:\Users\a.bergmeier\AppData\Local\Temp
and the other viaC:\tools\msys64\tmp
.Should
dXgGrvqy
not contain hashed information about the Bazel version and change with each different Bazel binary used?Currently it seems to always use
dXgGrvqy
, no matter which Bazel binary I am using.The text was updated successfully, but these errors were encountered: