diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333 new file mode 100644 index 00000000..1969c7e5 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333 @@ -0,0 +1,3 @@ +The issue appears to be related to how VDSO (Virtual Dynamic Shared Object) handles certain system calls on armeb architecture within QEMU. The crash occurs during `__clock_gettime64()`, which is triggered by `time()` in the provided code. The problem does not occur when VDSO is disabled, suggesting that the issue lies within the handling of VDSO syscalls in QEMU for big-endian ARM. + +**Category:** syscall \ No newline at end of file |