blob: d2149c9d4669da3811173cf0d1e1c3197b31ac58 (
plain) (
blame)
1
2
3
|
syscall
The issue involves a segmentation fault occurring when using `__clock_gettime64()`, which is related to a VDSO (Virtual Dynamically-linked Shared Object) implementation problem on big-endian architecture (`armeab`). The error disappears when disabling VDSO, indicating the bug is associated with syscall handling via VDSO.
|