-
Notifications
You must be signed in to change notification settings - Fork 5
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
qemu: uncaught target signal 11 (Segmentation fault) - core dumped #1
Comments
I experienced similar issues, from what I understood they are caused by limited features support in QEMU. As a workaround, you can try to run the failing commands on real ARM hardware. Then you can push the generated Docker image and continue to work using QEMU for "working" Docker |
I am similar report about this issue. Today I tried it with latest qemu 4.0.0. But still same error.
|
I'm running into this also. Wrote docker scripts to build SDL2 x86_64, Aarch64, and Armhf with multiarch centos 7, and everything works great except armhf yum is crashing. I'm using qemu v3.1.0 on Debian Buster. Bummed to see this is still broken with the latest qemu. Guess I'll need to track down a Raspberry Pi and build on native hardware. |
I was running the same segmentation fault issue with the armhfp image and found that specifying the yum and rpm architecture explicitly got yum working:
|
@jjhelmus thank you so much, it works! |
I get the error message in the title when I try to run:
yum update.
I'm running a fedora 24 as the host, I run:
docker run --rm --privileged multiarch/qemu-user-static:register
before starting the centos container.
I'm using the fedora docker package not the docker.io package.
Here is the printout of
docker info
:The text was updated successfully, but these errors were encountered: