blob: 1969c7e5538d4b680270cd594489eb49b1c2c2fa (
plain) (
blame)
1
2
3
|
The issue appears to be related to how VDSO (Virtual Dynamic Shared Object) handles certain system calls on armeb architecture within QEMU. The crash occurs during `__clock_gettime64()`, which is triggered by `time()` in the provided code. The problem does not occur when VDSO is disabled, suggesting that the issue lies within the handling of VDSO syscalls in QEMU for big-endian ARM.
**Category:** syscall
|