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

Bug: git crashes on macos with SIGBUS on network use #1340

Open
bjornbm opened this issue Dec 23, 2024 · 0 comments
Open

Bug: git crashes on macos with SIGBUS on network use #1340

bjornbm opened this issue Dec 23, 2024 · 0 comments
Labels
high severity Used to report high severity bugs (Malfunctioning hinder important workflow)

Comments

@bjornbm
Copy link

bjornbm commented Dec 23, 2024

Contact Details

No response

What happened?

Cosmopolitan git crashes with SIGBUS on macos/Darwin when attempting to clone or push. Example:

tmp $ /usr/bin/uname -a
Darwin Narcissus 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 arm64
tmp $ wget https://cosmo.zip/pub/cosmos/zip/git.zip -q
tmp $ unzip git.zip -q
tmp $ ./bin/git clone git@github.com:jart/cosmopolitan.git
Cloning into 'cosmopolitan'...
warning: templates not found in /zip/usr/share/git-core/templates
SIGBUS
tmp $ rm -rf cosmopolitan/
tmp $ ./bin/git clone https://github.com/jart/cosmopolitan.git
Cloning into 'cosmopolitan'...
warning: templates not found in /zip/usr/share/git-core/templates
SIGBUS

Version

git version 2.42.0 (2024-12-16 build)

What operating system are you seeing the problem on?

Mac

Relevant log output

No response

@bjornbm bjornbm added the high severity Used to report high severity bugs (Malfunctioning hinder important workflow) label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high severity Used to report high severity bugs (Malfunctioning hinder important workflow)
Projects
None yet
Development

No branches or pull requests

1 participant