-
Notifications
You must be signed in to change notification settings - Fork 132
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
tools.sh
fails with core dump while building runtime
#4521
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
1 similar comment
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
This did not occur in the latest build. It's possible that it is either 1) fixed or 2) an inconsistent error. Nothing in the diff between the failing build and the successful build indicates that a fix went in: dotnet/dotnet@03b2837...5b7c2cf |
tools.sh
fails with core dump while building runtime
This is similar to #4515. @JanKrivanek - Has there been any progress in identifying the cause? There have been a lot of these MSBuild errors that have been popping up randomly from |
Looks like dotnet/msbuild#10342 describes the same msbuild error. This issue was closed with dotnet/msbuild#10401, so we may just have to wait for this change to flow into the VMR. |
FYI, The msbuild change flowed in with dotnet/dotnet@445936c. |
The error appeared again in a build from yesterday at 3:46 AM (internal Microsoft link), but this time the error occurred while building vstest. The build of the VMR contains the msbuild commit hash from dotnet/dotnet@445936c, so it seems that dotnet/msbuild#10401 did not solve the issue.
cc @JanKrivanek |
I haven't been following this situation closely... Does this situation require a rebootstrap in order to pick up the fix in the toolset we build with? |
The error message must have been produced by the older version of MSBuild (the message wording was changed on Jul/11th: dotnet/msbuild#10348, the stack trace shown was eliminated Jul/18th: dotnet/msbuild#10401). Can we doublecheck the MSBuild version used? |
The binlog shows that the MSBuild version is |
Update on the rebootstrapping: The pipeline run that I needed to do a rebootstrap succeeded, but our rebootstrap pipeline is down due to service connection issues. I no longer have permissions to upload artifacts manually, so I can't rebootstrap without our pipeline. I've pinged FR for help in the meantime. |
I haven't seen this issue resurface since we rebootstrapped. Because of that, I'm closing this issue. |
This build is failing with the following error while building
runtime
:The text was updated successfully, but these errors were encountered: