Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proc: improve Rosetta check #3810

Merged
merged 1 commit into from
Sep 18, 2024
Merged

Commits on Sep 17, 2024

  1. proc: improve Rosetta check

    We have a check for Rosetta that should point users towards
    misconfiguration, however occasionally we still get new issues about
    debugserver crashing and some of those, as it turns out, are still
    caused by Rosetta (see for example go-delve#3804).
    
    Check the output of 'uname -m' and check that it isn't 'x86_64' if we
    are an 'arm64' process: if that happens we are running unemulated but
    debugserver will refuse to work.
    aarzilli committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ecc7b82 View commit details
    Browse the repository at this point in the history