blob: 313ef2a70477eaac182c639d0b73cddce0fa81b2 (
plain) (
blame)
1
2
3
|
The issue occurs during the second stage of debootstrap for a sparc64 Debian guest, resulting in a segmentation fault. The problem arises when running `chroot sparc64 /debootstrap/debootstrap --second-stage`, indicating an error related to the execution or compatibility of the chroot environment on different architectures (amd64 and i386). This points to issues with how QEMU handles user-space emulation for SPARC64 binaries, which is a runtime problem rather than a specific instruction fault or syscall error.
runtime
|