-
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
net5.0 app crash on Apple M1 under Rosetta 2 emulation #48877
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. |
@k15tfu I am sorry, I was OOF for a month from February 22 and I've missed this issue after getting back. I'll try to repro it locally running under lldb to see if I can get more details on it. |
Hi @k15tfu, are you still able to repro this on 11.3+? There have been fixes in that release which resolved Rosetta issues. |
@mangod9 Yes, it still fails on macOS 11.4:
|
@mangod9 Is this still relevant for the .NET 5 milestone? (The EOS for this version is already on May 8, 2022). |
@k15tfu is this still blocking you? Given that .net 6 has been now released perhaps we could close this? |
@mangod9 I think we can close this
For reference: #44897 (comment) /cc @jkotas |
cool, thanks |
Hi! Sometimes my self-contained app published for osx-x64 crashes on M1 as follows:
Full log is here Mandelbrot_2021-02-27-193331.crash.txt. I was unable to reproduce the crash last few hours, but you can try to do it using Mandelbrot.zip from #13041:
net5.0
as TargetFrameworks in .csproj$DOTNET_SDK/dotnet publish --self-contained=true -c Release -f net5.0 -r osx-x64 Mandelbrot.csproj -o tmp
for i in {1..1000}; do echo $i; ./tmp/Mandelbrot --width=1024 --height=768 || break; done
macOS Big Sur 11.2.1
.NET SDK 5.0.103 x64
Linked issues: #44897
The text was updated successfully, but these errors were encountered: