The issue revolves around the `wait4` system call returning incorrect values on RISC-V 32-bit under QEMU user emulation. This causes hanging processes and infinite loops, indicating a problem with how system calls are handled. Therefore, the bug falls under the **syscall** category. syscall