blob: b99467479ae8f3f81d436111376e87f50eb65d8c (
plain) (
blame)
1
2
3
|
syscall
This classification fits because the bug report describes an issue specifically related to the handling of the `clone` system call by QEMU's user-mode MIPS architecture support. The error arises due to missing or incorrect implementation for certain flags used in this syscall within QEMU, leading to a runtime error (`errno=22`) when these flags are set inappropriately according to the current code logic.
|