Skip to content

Corrupt dotnet binary exits with exit code 137 after installing .NET 10 #662

@chrishaland

Description

@chrishaland

Bug / issue
When using dotnet-install.sh to install .NET 10, the script installs version 10.0.100.

curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel LTS

After the installation has complete, I try list the installed SDKs on my machine:

~/.dotnet/dotnet --list-sdks

The operation fails with zsh terminating the shell. The ~/.dotnet/dotnet binary exited with exit code 137.

zsh: killed ~/.dotnet/dotnet --list-sdks

Operating system: macOS 15.7.2
Architecture: Apple silicon / ARM / arm64

Expected behavior

The ~/.dotnet/dotnet --list-sdks command lists all versions of .NET installed on the machine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-more-infoMore information is neededuntriagedIssue is awaiting triage

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions