-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bullseye build error with qemu: uncaught target signal 11 (Segmentation fault) - core dumped #832
Comments
I think you'd have to build natively on an arm64 machine. I can confirm I'm not having any luck on Ubuntu 24.04 either and I'm 99% certain the issue is the version of qemu. |
Also, heads up we'll be dropping support for Bullseye whenever we have Trixie ready which may be as early as a few months from now. |
is there any way to build raspberry pi image on x64 system for arm64 ? i'm getting this error on build-docker.sh
|
You'd need to experiment with building different versions of qemu-user and find one that works. |
For reasons of backwards compatibility, I need to build a bespoke bullseye-based image. The build process crashes within
stage0/rootfs
as follows (I replaced folder names for$PIGEN
):debootstrap.log
contains:Further info:
USE_QEMU=0
does not help.I saw earlier posts similar to this, but quite old and likely much outdated. Any chance you can help out?
Thanks!
The text was updated successfully, but these errors were encountered: