summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:18:14 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:18:14 +0000
commit61361f925d4914a6608a0076e64cc2399311ed5f (patch)
tree6f717c2ff0b11d7493e60da9757818d119cfb541 /results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/2333
parent238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd (diff)
downloadqemu-analysis-61361f925d4914a6608a0076e64cc2399311ed5f.tar.gz
qemu-analysis-61361f925d4914a6608a0076e64cc2399311ed5f.zip
add new results
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/23333
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 000000000..1969c7e55
--- /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