blob: 73e429bb04c29769e97b9e99518b66012ae70ba9 (
plain) (
blame)
1
2
3
|
The issue arises when running `ps` within a chroot environment set up using `qemu-debootstrap` for an ARM architecture on an AMD64 host. The segmentation fault suggests that there's an issue with how the system calls are being handled or translated by QEMU when emulating the ARM environment. This points to a problem in the system call emulation layer of QEMU rather than a general runtime error or a faulty instruction.
**Answer: syscall**
|