diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/manual-review/1884719')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/manual-review/1884719 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/manual-review/1884719 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/manual-review/1884719 new file mode 100644 index 00000000..78f1cff5 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/manual-review/1884719 @@ -0,0 +1,3 @@ +The issue described involves an error where the `io_queue_init` function returns `-38` (ENOSYS) when using the Linux libaio library within a Docker container emulating an aarch64 architecture via QEMU. This suggests that the system call is not implemented in the emulation environment. + +To classify this bug, it falls under the category of **"syscall"** because it involves a problem with a system call (`io_queue_init` likely relies on certain kernel-level operations) not being properly handled or supported in the QEMU user-mode emulation for the foreign architecture. \ No newline at end of file |