Skip to content

Segmentation fault on ARMv7 platforms with .NET 6.0.33 #109739

Closed as not planned
Closed as not planned
@mreid-tt

Description

@mreid-tt

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions