blob: bbf2218714f54f7d997ae14ab614d02670d65b8a (
plain) (
blame)
1
2
3
|
The issue arises because `qemu-i386` does not define the `AT_SYSINFO` auxval when running i386 Linux binaries, leading to a segmentation fault due to an invalid function pointer being called. This problem occurs at runtime when executing specific binaries compiled against certain versions of Bionic libc.
runtime
|