Skip to content

[Bug] [BuildCheck]: rebuild with the build-in analyzers hangs #10414

@AR-May

Description

@AR-May

Issue Description

Rebuild of OC solution with build-in analyzers hangs during clean-up.

Steps to Reproduce

  1. Build the latest MSBuild main with release configuration .\build.cmd /p:CreateBootstrap=true -c Release
  2. Go to OC solution and rebuild with analyzers with the bootstrap version:
    ...\artifacts\bin\bootstrap\net472\MSBuild\Current\Bin\amd64\MSBuild.exe /m /t:rebuild /analyze
  3. kill MSBuild processes pskill msbuild; pskill vbcscompiler; pskill dotnet;
  4. rebuild with analyzers with the bootstrap version:
    ...\artifacts\bin\bootstrap\net472\MSBuild\Current\Bin\amd64\MSBuild.exe /m /t:rebuild /analyze

Expected Behavior

Solution builds.

Actual Behavior

Rebuild hangs on CoreClean task execution.

Analysis

Hang starts from commit b100f12

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions