syscall The issue is specifically related to the `clone()` system call failing when emulated by QEMU, as indicated by the error message "clone returned -1: 22 Invalid argument". This suggests an error with how the syscall is handled in the emulation environment.