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

Cygwin: find_fast_cwd: don't run assembler checking code on ARM64 #76

Merged

Conversation

dscho
Copy link
Member

@dscho dscho commented Nov 4, 2024

https://cygwin.com/pipermail/cygwin/2024-February/255397.html reports a crash on ARM64 probably related to checking x86_64 code on the x86_64 emulator on AArch64.

At least for testing, pull the code checking the host HW up to be called before trying to evaluate assembler code.

This fixes git-for-windows/git#4808

This addresses git-for-windows/git#5239

Backported from 4e77fa9b8b (Cygwin: find_fast_cwd: don't run assembler checking code on ARM64, 2024-02-13).

https://cygwin.com/pipermail/cygwin/2024-February/255397.html
reports a crash on ARM64 probably related to checking x86_64
code on the x86_64 emulator on AArch64.

At least for testing, pull the code checking the host HW
up to be called before trying to evaluate assembler code.

This fixes git-for-windows/git#4808

Backported from 4e77fa9b8b (Cygwin: find_fast_cwd: don't run assembler
checking code on ARM64, 2024-02-13).

Signed-off-by: Corinna Vinschen <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
@dscho dscho self-assigned this Nov 4, 2024
@dscho dscho marked this pull request as ready for review November 4, 2024 09:54
@dscho
Copy link
Member Author

dscho commented Nov 5, 2024

/open pr

The workflow run was started

@dscho
Copy link
Member Author

dscho commented Nov 5, 2024

/add relnote bug A potential crash in Git Bash on Insider versions of Windows/ARM64 was fixed.

@dscho dscho merged commit 6183b83 into git-for-windows:main Nov 5, 2024
2 checks passed
@dscho dscho deleted the backport-arm64-fastcwd-work-around branch November 5, 2024 12:21
@rimrul
Copy link
Member

rimrul commented Nov 5, 2024

/add doesn't work in this repo.

github-actions bot pushed a commit to git-for-windows/build-extra that referenced this pull request Nov 5, 2024
A potential crash in Git Bash on Insider versions of Windows/ARM64 [was
fixed](git-for-windows/msys2-runtime#76).

Signed-off-by: gitforwindowshelper[bot] <[email protected]>
@dscho
Copy link
Member Author

dscho commented Nov 5, 2024

/add doesn't work in this repo.

Oh my 🤦! Thank you @rimrul!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants