summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1805913
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 16:45:54 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 16:45:54 +0200
commit35f097a31e1c58892a69178b84ddba658efe9c8f (patch)
tree2da7d86cd4e3b7dd811746b1206bd5bbb90d59a7 /results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1805913
parent5aa276efcbd67f4300ca1a7f809c6e00aadb03da (diff)
downloadqemu-analysis-35f097a31e1c58892a69178b84ddba658efe9c8f.tar.gz
qemu-analysis-35f097a31e1c58892a69178b84ddba658efe9c8f.zip
manually review misclassifications
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1805913')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/18059133
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1805913 b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1805913
new file mode 100644
index 000000000..2227f1714
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1805913
@@ -0,0 +1,3 @@
+The bug report discusses an issue where readdir() returns NULL with errno=EOVERFLOW when running a 32-bit user-static qemu on a 64-bit host. The root cause is related to how glibc handles inode numbers and offsets, which don't fit into 32-bit ranges when using getdents64() from the 64-bit kernel. This leads to EOVERFLOW as per the C standard's requirements for readdir(). The problem arises in the interaction between the 32-bit environment (qemu) and the underlying 64-bit system calls.
+
+The issue is classified under "syscall" because it pertains to errors occurring during system calls, specifically how getdents64() handles inode numbers and offsets across different bitness environments.
\ No newline at end of file