blob: d64829b52427ac5ee5b5cb90984ae2804372398f (
plain) (
blame)
1
2
3
|
The issue revolves around problems with system calls related to the `9p` filesystem, specifically errors occurring during directory operations like `getdents64` and attribute retrieval using `lgetxattr`. These are indicative of syscall-related issues rather than faulty instructions or general runtime errors.
syscall
|