-
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
Segmentation fault on ARMv7 platforms with .NET 6.0.33 #109739
Comments
Same issue on an IoT edge at my company. This is very bad as it happens even if no change has been made on source code. |
Tagging subscribers to this area: @mangod9 |
Any update on this? It seems that applications build with anything newer than SDK 6.0.424 has the issue on ARMv7 platforms. |
@marcpopMSFT I note you transferred this from the dotnet/sdk area but I do believe this is an SDK issue since it happens for applications built with a specific SDK version. |
When applications themselves crash, it's typically something in the runtime or the runtime install that's the issue as the SDK is no longer running at that point. It could be app construction but less common. Hence why I moved it. |
Any update on this issue @mangod9? |
Any update on this issue? |
Describe the bug
Segmentation fault reported on ARMv7 platforms for applications with .NET 6.0.33. Specifically, errors like:
or with .NET 6.0.35:
To Reproduce
Existing projects built with SDK 6.0.424 run fine (.NET 6.0.32) but seem to break with SDK 6.0.425 or later (.NET 6.0.33 or later) on ARMv7 platforms.
E.g. dotnet/core#9447 (comment), Radarr/Radarr#10653 and SynoCommunity/spksrc#6309.
Exceptions (if any)
The issue is not reproducible on x86_64 platforms.
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: