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

The command in msys2 is executed in terminal app on Windows on ARM platform, sometimes there is no response for a long time. #228

Closed
ConanNobita opened this issue Sep 20, 2024 · 5 comments · Fixed by #234

Comments

@ConanNobita
Copy link

Commands in msys2 (x86_64) sometimes fail to respond, the process seems to be blocked, but commands in clangarm64 do not.
Machine: Huawei Matebook E Go
CPU: Qualcomm Snapdragon 8cx Gen3
OS: Windows 11 23H2

@dscho
Copy link
Collaborator

dscho commented Sep 20, 2024

Could you give a concrete example, preferably a repeatable one? And have you tried running such a reproducer through strace?

@ConanNobita
Copy link
Author

For example, when I type the command pacman -Syu, sometimes there is no response. I haven't tried using strace yet, I will give it a try. If msys2 had an arm64 version, it might be even better.

@mati865
Copy link

mati865 commented Sep 22, 2024

It's not possible to make native AArch64 MSYS2 until Cygwin supports AArch64.

@jeremyd2019
Copy link
Member

For example, when I type the command pacman -Syu, sometimes there is no response.

This is probably the double-fork issue we've been dealing with for quite some time. I'm not sure which issue/pr best encapsulates the issue:
msys2/msys2-autobuild#62
msys2/MSYS2-packages#4583
https://cygwin.com/pipermail/cygwin-developers/2024-May/012694.html
https://cygwin.com/pipermail/cygwin/2024-July/256271.html

@dscho
Copy link
Collaborator

dscho commented Sep 25, 2024

https://cygwin.com/pipermail/cygwin/2024-July/256271.html

Personally, I prefer https://inbox.sourceware.org/cygwin/[email protected]/#t because that UI makes it easier to follow responses (or lack thereof).

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

Successfully merging a pull request may close this issue.

4 participants