-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 publish crashes with EXC_BAD_ACCESS (SIGBUS, SIGSEGV) on Apple M1 #48902
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. |
Same issue as #48343 |
Tagging subscribers to this area: @vitek-karas, @agocke Issue DetailsHi! I see some crashes when running dev builds of .NET SDK for macOS arm64, downloaded from https://github.com/dotnet/installer/blob/master/README.md#installers-and-binaries (specifically, dotnet-sdk-6.0.100-preview.1.21108.2-osx-arm64):
(full log is here dotnet_2021-02-27-215819.crash.txt) , or
(full log is here dotnet_2021-03-01-071726.crash.txt) Both crashes happened during dotnet publish --self-contained=true -c Debug -f net6.0 -r osx-arm64. Here is simple repro project Sol.tar.gz, steps:
macOS Big Sur 11.2.1 Linked issues: #43313 By the way, this repro often fails with the following errors:
, and
|
This looks like multiple stability issues
|
Based on my experience, the |
@sdmaclea Thanks for suggestion. I don't see any crashes anymore but |
I am going to close this. The crash has been fixed. And #51250 is a dup of the remaining issues |
Hi! I see some crashes when running dev builds of .NET SDK for macOS arm64, downloaded from https://github.com/dotnet/installer/blob/master/README.md#installers-and-binaries (specifically, dotnet-sdk-6.0.100-preview.1.21108.2-osx-arm64):
(full log is here dotnet_2021-02-27-215819.crash.txt)
, or
(full log is here dotnet_2021-03-01-071726.crash.txt)
Both crashes happened during dotnet publish --self-contained=true -c Debug -f net6.0 -r osx-arm64. Here is simple repro project Sol.tar.gz, steps:
for i in {1..100}; do echo $i; $DOTNET_SDK/dotnet publish --self-contained=true -c Debug -f net6.0 -r osx-arm64 Sol.sln; rm -rf */bin */obj || break; done
macOS Big Sur 11.2.1
.NET SDK 6.0.100-preview.1.21108.2 arm64 (https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100-preview.1.21108.2/dotnet-sdk-6.0.100-preview.1.21108.2-osx-arm64.tar.gz)
Linked issues: #43313
By the way, this repro often fails with the following errors:
, and
The text was updated successfully, but these errors were encountered: