blob: 03fd672fd19516b88a443ba44619df6f6996fb35 (
plain) (
blame)
1
2
3
|
syscall
The issue involves `ldconfig`, which deals with shared library paths and typically interacts with system calls to manage these paths. The segfault when running `ldconfig` within the QEMU environment points towards an error related to system call handling between the host (x86_64) and the guest (arm64).
|