Skip to content

Cleanup most usages of Windows file mapping#121896

Open
huoyaoyuan wants to merge 41 commits into
dotnet:mainfrom
huoyaoyuan:pal/mmap
Open

Cleanup most usages of Windows file mapping#121896
huoyaoyuan wants to merge 41 commits into
dotnet:mainfrom
huoyaoyuan:pal/mmap

Don't store FileMapping object

b74c501
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Dec 5, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Build Failures

runtime / Build / windows-x64 release CrossDac / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌BUILD: Error: native component build failed. Refer to the build log files for details.
    ❌src\coreclr\runtime.proj(116,5): error MSB3073: The command ""D:\a\_work\1\s\src\coreclr\build-runtime.cmd" -cmakeargs "-DCLR_CROSS_COMPONENTS_BUILD=1" -x64 -checked -ci -os linux -hostarch x64 -targetrid linux-x64 -cmakeargs "-DCLR_DOTNET_RID=linux-x64" -subdir x64 -cmakeargs "-DCLR_DOTNET_HOST_PATH=D:\a\_work\1\s\.dotnet\dotnet.exe" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=D:\a\_work\1\s\artifacts\bin\coreclr\linux.x64.Checked\cdac-build-tool\cdac-build-tool.dll" -component debug -cmakeargs "-DCLR_CMAKE_RUNTIME_CORECLR=1" -cmakeargs "-DCMAKE_PRODUCT_VERSION=10.0.0" -cmakeargs "-DCMAKE_CONTINUOUS_INTEGRATION_BUILD=True" -cmakeargs "-DCMAKE_NET_CORE_APP_CURRENT_VERSION=10.0" -cmakeargs "-DCMAKE_BUILD_LIBRARIES_CONFIGURATION=Checked" -cmakeargs "-DCMAKE_BUILD_RUNTIME_CONFIGURATION=Checked"" exited with code 2.
    ❌src\coreclr\runtime.proj(116,5): error MSB3073: The command ""D:\a\_work\1\s\src\coreclr\build-runtime.cmd" -cmakeargs "-DCLR_CROSS_COMPONENTS_BUILD=1" -arm -checked -ci -os linux -hostarch x86 -targetrid linux-arm -cmakeargs "-DCLR_DOTNET_RID=linux-arm" -subdir x86 -cmakeargs "-DCLR_DOTNET_HOST_PATH=D:\a\_work\1\s\.dotnet\dotnet.exe" -cmakeargs "-DCDAC_BUILD_TOOL_BINARY_PATH=D:\a\_work\1\s\artifacts\bin\coreclr\linux.arm.Checked\cdac-build-tool\cdac-build-tool.dll" -component debug -cmakeargs "-DCLR_CMAKE_RUNTIME_CORECLR=1" -cmakeargs "-DCMAKE_PRODUCT_VERSION=10.0.0" -cmakeargs "-DCMAKE_CONTINUOUS_INTEGRATION_BUILD=True" -cmakeargs "-DCMAKE_NET_CORE_APP_CURRENT_VERSION=10.0" -cmakeargs "-DCMAKE_BUILD_LIBRARIES_CONFIGURATION=Checked" -cmakeargs "-DCMAKE_BUILD_RUNTIME_CONFIGURATION=Checked"" exited with code 2.

Known test errors

Test Failures (37 tests failed)

🔹 [All failing tests from runtime]

Was this helpful? Yes No