blob: b4e2430d2b707a3ef9d739c847a7dd392dac5071 (
plain) (
blame)
1
2
3
|
syscall
The issue revolves around the `shmat()` system call failing due to conflicting memory mapping flags when running a 32-bit guest program on a 64-bit host using QEMU. The problem is associated with how the virtual address space and memory mapping flags are managed during this syscall.
|