diff options
Diffstat (limited to 'results/classifier/phi4:14b/reasoning/manual-review/1926246')
| -rw-r--r-- | results/classifier/phi4:14b/reasoning/manual-review/1926246 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/phi4:14b/reasoning/manual-review/1926246 b/results/classifier/phi4:14b/reasoning/manual-review/1926246 new file mode 100644 index 00000000..3f67a0e5 --- /dev/null +++ b/results/classifier/phi4:14b/reasoning/manual-review/1926246 @@ -0,0 +1,3 @@ +syscall + +The issue arises because the Chrome-based app uses `/proc/self/exe` to fork processes, and QEMU does not handle this symbolic link correctly when executing with specific options like `--type=renderer`. This is related to how the application interacts with system calls for process execution. The workaround involves altering how paths are resolved, which also pertains to syscall handling. \ No newline at end of file |