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

Segmentation fault on MacOS 11.7.10 (BigSur) #3261

Closed
fbehrens opened this issue Apr 25, 2024 · 4 comments · Fixed by #3264
Closed

Segmentation fault on MacOS 11.7.10 (BigSur) #3261

fbehrens opened this issue Apr 25, 2024 · 4 comments · Fixed by #3264
Assignees
Labels
release Related to the release process and build pipelines

Comments

@fbehrens
Copy link

Hi, thanks for uv.
I am using it, unfortunately today on my late 2013 MacBook Pro (which has latest updates offered by apple )

curl -LsSf https://astral.sh/uv/install.sh | sh
# downloading uv 0.1.38 x86_64-apple-darwin
# installing to /Users/fb/.cargo/bin
#   uv
# everything's installed!

uv -V
# [1]    5088 segmentation fault  uv -V

uv was working on the hardware in previous versions,
so I report it here.

Thank you

@charliermarsh
Copy link
Member

charliermarsh commented Apr 25, 2024

Are you on macOS 11?

Edit: Oh, yes, obviously, it's in the issue title.

@charliermarsh
Copy link
Member

My guess is that the issue here is that GitHub changed macos-latest to macos-14, rather than macos-12.

@charliermarsh
Copy link
Member

We may want to roll back to macos-12 to ensure that macOS 11 keeps working... but note that macOS 11 has been EOL for over six months.

@charliermarsh charliermarsh self-assigned this Apr 25, 2024
@charliermarsh charliermarsh added the release Related to the release process and build pipelines label Apr 25, 2024
charliermarsh added a commit to astral-sh/ruff that referenced this issue Apr 25, 2024
## Summary

GitHub has started to change `macos-latest` to `macos-14`. But
executables built on `macos-14` don't work on macOS 11 (see:
astral-sh/uv#3261). This PR explicitly uses
`macos-12` instead (which is what we _intended_ to be using anyway).
charliermarsh added a commit that referenced this issue Apr 25, 2024
## Summary

GitHub has started to change `macos-latest` to `macos-14`. But
executables built on `macos-14` don't work on macOS 11 (see:
#3261). This PR explicitly uses
`macos-12` instead (which is what we _intended_ to be using anyway).

Closes #3261.
@fbehrens
Copy link
Author

Thank you 👍
Will report back when released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Related to the release process and build pipelines
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants