-
Notifications
You must be signed in to change notification settings - Fork 73
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]: clang crashes on aarch64 architecture under x86_64 host when using qemu-static #28
Comments
Does it only happen in c++ mode? |
Yes, |
I ran the
Steps
|
When using |
Just like
This is a custom docker image using libhoudini. The
|
Can't reproduce the issue:
QEMU initialized using
Container started via this command:
|
Emmm... It seems that this issue is unable to reproduce for me too using the latest aptman/qus. Maybe the qemu version matters. I'll close this issue. Maybe we should add a notice to README.md later. |
Problem description
clang
crashes/hangs on aarch64 architecture under x86_64 host. It seems to be an upstream issue ofqemu-aarch64-static
. But actually there is no such issue under other aarch64 rootfs (test with clang under alpine and ubuntu).What steps will reproduce the bug?
Log
The text was updated successfully, but these errors were encountered: