diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/698')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/698 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/698 b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/698 new file mode 100644 index 000000000..b279743fd --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:32b/reasoning/runtime/698 @@ -0,0 +1,5 @@ +The issue appears to be related to memory mapping discrepancies between the emulated environment and the host system when using QEMU user-mode emulation for 32-bit ARM builds. The problem occurs when trying to access specific memory addresses that are either not mapped or incorrectly mapped in the host process, leading to errors such as "Input/output error" when reading from `/proc/self/mem`. + +This issue is related to how QEMU handles memory mappings and interacts with the host system's memory management. It is a runtime error because it occurs during the execution of the program when attempting to access certain memory addresses that are not correctly handled by the emulation layer. + +**Category:** runtime \ No newline at end of file |