.NET 11 rc1 SDK crashes on RHEL8 arm64
Open
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
Assessment
This issue has not been assessed yet.