blob: f2195375c9b89337465f584cefab4f0bed78f2db (
plain) (
blame)
1
2
3
|
The issue revolves around Chrome-based applications failing to run under QEMU user mode due to how they handle forking processes using `/proc/self/exe`. The problem is tied to system calls, specifically `execl`, which QEMU doesn't recognize when passed the option `'type=renderer'`.
syscall
|