blob: 7166322da7d0941e2f3973b5fb697831d310c901 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
</think>
runtime
|