blob: 99591622db680ab4192cb8ccd341dd9712bb845c (
plain) (
blame)
1
2
3
|
The problem involves an issue where the `lseek()` system call returns `-14` (EFAULT), which should not occur according to the man page. This indicates a problem with how the system call is handled by QEMU.
**Category:** syscall
|