The issue involves commands failing due to assertion errors when using qemu-x86_64-static on a ppc64el host. The error points to problems in the __libc_fork function related to threading and signal handling within the chroot environment. **Category: runtime** The problem occurs during runtime when executing commands inside the chroot, indicating an issue with how QEMU handles processes or threads on the target architecture. runtime