blob: 27175c55f11ab2d1aafd74d4dfadbb91223c9ac7 (
plain) (
blame)
1
2
3
|
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.
|