Closed as not planned
Description
Describe the bug
Segmentation fault reported on ARMv7 platforms for applications with .NET 6.0.33. Specifically, errors like:
Failed to load /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.33/libcoreclr.so, error: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.33/libcoreclr.so)
or with .NET 6.0.35:
Failed to load /volume1/@apptemp/radarr/radarr_update/libcoreclr.so, error: /lib/libm.so.6: version `GLIBC_2.27' not found (required by /volume1/@apptemp/radarr/radarr_update/libcoreclr.so)
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
- Include the output of
dotnet --info
- The IDE (VS / VS Code/ VS4Mac) you're running on, and its version