-
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
[6.0] HelloWorld singlefile app does not run on arm64 macos on SDK 6.0.203 or newer #69923
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. |
Tagging subscribers to this area: @agocke, @vitek-karas, @VSadov Issue DetailsPossibly the same issues as fixed for 7.0 in #68845 Disabling R2R via
|
Can confirm I'm running into this issue with 6.0.203: % dotnet --info
.NET SDK (reflecting any global.json):
Version: 6.0.203
Commit: a20feadf6d Using publish command: % ./app
zsh: segmentation fault ./app With % ./app
zsh: abort ./app |
Using |
Adding comments from #67062 (comment) |
No longer having this issue with SDK 6.0.302. 🎉 (6.0.301 still had it) |
Confirmed as well |
Possibly the same issues as fixed for 7.0 in #68845
Disabling R2R via
export COMPlus_ZapDisable=1
. makes the crash disappear.The text was updated successfully, but these errors were encountered: