blob: 795122323ce4b76a6b222c2ff530885e86210f64 (
plain) (
blame)
1
2
3
|
The issue arises because `qemu` does not support PID namespaces when running in user mode, leading to an "Invalid argument" error when attempting to create threads or processes within a namespace. This points to a problem with how QEMU handles system calls related to process management.
syscall
|