-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
MSBuild_Logs directories created in source tree under normal operations #6772
Comments
Happening for me as well locally. |
@ViktorHofer, can you please describe your repro, and what OS it's on? |
It happens randomly when building projects in dotnet/runtime with the dotnet.cmd wrapper script (which uses the RC1 repo local SDK instead of a globally installed one) on Windows. Unfortunately don't have any more specific repro steps. |
My guess is these (benign?) crashes were happening all along, but the location changed. I think the location changing is bad and should be reverted (for the case where the user didn't opt into the |
That these crashes happened all along is my guess as well... |
We'll back the directory change out in #6787, but I'd like to know what's causing these crashes (I see them myself building the SDK repo). |
I'm actually seeing a different stack though. I'm on Windows:
That makes it look like the scheduler node has exited while the worker still has packets that it is trying to send back. Maybe a rude exit, or a problem with ctrl-c cancellation of builds? If it's a something-killed-the-scheduler situation, I don't know what we can do (other than swallowing the exception, but I'm not sure that's right: this shouldn't happen). But if it's that, why is it so common? (Also it confused me for a while that |
Recently when building specific test project (e.g. System.Net.Http.FunctionalTests) in https://github.com/dotnet/runtime, non-ignored MSBuild directories appear in my repository:
They contain files like:
And the file content is:
I do not have set any msbuild env vars in my environment, including
MSBUILDDEBUGENGINE
.Might be related to #6639
OS: Linux x64
The text was updated successfully, but these errors were encountered: