diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/2825')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/2825 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/2825 b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/2825 new file mode 100644 index 000000000..6917f7766 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/2825 @@ -0,0 +1,3 @@ +The issue revolves around the `execveat` system call when using an empty filename and the `AT_EMPTY_PATH` flag across different architectures. This specifically affects non-x86 architectures like ARM64, ARM, and RISC-V, where it returns `ENOENT`. The problem is tied to how QEMU handles system calls, particularly in user emulation mode, and how it interacts with the binfmt_misc mechanism. This points directly to a problem within the QEMU implementation of system call handling for non-native architectures. + +syscall \ No newline at end of file |