-
Notifications
You must be signed in to change notification settings - Fork 160
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
dotNET 7 core crashes with GC heap initialization #283
Comments
Tried dotNET 6 and it works when creating new project and other command line options ( root@localhost:~# ./dotnet6/dotnet build HelloWorldAPP
MSBuild version 17.3.2+561848881 for .NET
Determining projects to restore...
All projects are up-to-date for restore.
/root/dotnet6/sdk/6.0.413/Roslyn/Microsoft.CSharp.Core.targets(75,5): error MSB6006: "csc.dll" exited with code 139. [/root/HelloWorldAPP/HelloWorldAPP.csproj]
Build FAILED.
/root/dotnet6/sdk/6.0.413/Roslyn/Microsoft.CSharp.Core.targets(75,5): error MSB6006: "csc.dll" exited with code 139. [/root/HelloWorldAPP/HelloWorldAPP.csproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:30.05 Might be related to this? |
(On Pixel 6, on Raspberry Pi 4 same call has succeeded) Googling "274877915136 bytes" number leads to dotnet/runtime#85556 |
Problem description
DotNET 7 SDK installed on Ubuntu 22.04 arm64 but most commands such as
dotnet new
dotnet --help
shows GC heap initialization error without doing anything, just crashesSteps to reproduce
This happens on Ubuntu 22.04 arm64 proot installation
proot-distro
and Ubuntuproot-distro install ubuntu
apt install dotnet-sdk-7.0
dotnet --help
dotnet new console
dotnet run
dotnet store
yields GC initialization failure (some still does it's job likedotnet --info
but with error about gc init failure)Expected behavior
It should not crash with GC initialization failure
Additional information
Not sure for older versions of dotnet if it exhibits the same behavior
The text was updated successfully, but these errors were encountered: