diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1462640')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1462640 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1462640 b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1462640 new file mode 100644 index 000000000..6f22c2da2 --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/1462640 @@ -0,0 +1,3 @@ +The issue revolves around the `shmat` system call failing when running a 32-bit guest program on a 64-bit host using QEMU. The problem arises due to differences in memory mapping flags between 32-bit and 64-bit environments. Specifically, the 32-bit guest program uses `MAP_PRIVATE` for `mmap`, which conflicts with the `shmat` call that requires shared memory mapping (`MAP_SHARED`). This indicates a problem with how system calls are handled in QEMU, particularly related to memory management. + +syscall \ No newline at end of file |