dotnet / dotnet/runtime

.NET 11 rc1 SDK crashes on RHEL8 arm64

Open
#133,675 14 comments 1 reaction 4 assignees Claimed by @jkotas View on GitHub
area-NativeAOT-coreclr
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

Running the .NET 11 rc1 SDK crashes on RHEL 8 arm64.

`dotnet --info` causes SIGSEGV.

Backtrace shows that the 4th arg of `hostfxr_resolve_sdk2` is a thunk that loads a NULL function pointer.

Probably the offset calculation isn't working properly due to the RHEL8 arm64 64KB page size.

cc @jkotas @janvorli @MichalStrehovsky @VSadov @omajid

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.