Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-more-infoMore information is neededuntriagedIssue is awaiting triage

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions