summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:32b/reasoning/syscall/1805913
blob: 32045ca3d0acb8f1349406b34bccef9cb08ec1da (plain) (blame)
1
2
3
The issue arises because when running 32-bit user-static QEMU on a 64-bit host, the `getdents64` system call returns 64-bit inode numbers and offsets which exceed the 32-bit limits expected by the C standard in glibc's `readdir()` function. This causes `readdir()` to return `NULL` with `errno=EOVERFLOW`.

**Category:** syscall