blob: 7eb6a20736b38dbc5868bb06eae3ace258e3f4a6 (
plain) (
blame)
1
2
3
|
The issue seems to be related to how QEMU handles system calls when running in user mode on Linux/alpha. Specifically, the `getdtablesize()` function returns an incorrect value, leading to invalid file descriptors. This suggests that there might be a problem with the implementation of this syscall in QEMU for the alpha architecture.
**Answer:** syscall
|