Description
Environment:
.NET 8.0.100-preview.4.23253.2(runtime-8.0.0-preview.4.23228.5)
Reproduction Steps
Repro steps:
- Prepare Ubuntu23.04 or Alpine3.17 Arm32 in docker
2 . Extract dotnet-sdk-8.0.100-preview.4.23253.2-linux-arm.tar.gz, and use the export command to set DOTNET_ROOT to the extracted folder's location and then ensure .NET is in PATH
- Run 'dotnet --info' and observe
Expected behavior
It works normally.
Actual behavior
There is an error message stating that
GC heap initialization failed with error 0x8007000E
Failed to create CoreCLR, HRESULT: 0x8007000E

Regression?
This issue not repro on 8.0.100-preview.4.23214.16(runtime- 8.0.0-preview.4.23210.1)

Known Workarounds
No response
Configuration
No response
Other information
This issue also repro on .Net 8 Preview5
Description
Environment:
.NET 8.0.100-preview.4.23253.2(runtime-8.0.0-preview.4.23228.5)
Reproduction Steps
Repro steps:
2 . Extract dotnet-sdk-8.0.100-preview.4.23253.2-linux-arm.tar.gz, and use the export command to set DOTNET_ROOT to the extracted folder's location and then ensure .NET is in PATH
Expected behavior
It works normally.
Actual behavior
There is an error message stating that

GC heap initialization failed with error 0x8007000E
Failed to create CoreCLR, HRESULT: 0x8007000E
Regression?
This issue not repro on 8.0.100-preview.4.23214.16(runtime- 8.0.0-preview.4.23210.1)

Known Workarounds
No response
Configuration
No response
Other information
This issue also repro on .Net 8 Preview5