summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1462640
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1462640')
-rw-r--r--results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/14626403
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1462640 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1462640
new file mode 100644
index 00000000..a614464a
--- /dev/null
+++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/1462640
@@ -0,0 +1,3 @@
+The bug report describes an issue where `shmat()` fails when running a 32-bit guest program on a 64-bit host using QEMU. The problem arises due to conflicting `mmap` flags—specifically, the initial mapping uses `MAP_PRIVATE`, and `shmat()` attempts to use `MAP_SHARED`, which is not allowed.
+
+The issue can be classified as a **runtime** error because it occurs during the execution of the program when interacting with shared memory.
\ No newline at end of file