I'm trying to run a ARM32 binary within qemu but I get seg fault:
address@hidden:~/squashfs-root# chroot . ./qemu-arm bin/xxx
qemu: Unsupported syscall: 983040
qemu: Unsupported syscall: 983040
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
address@hidden:~/squashfs-root# file bin/xxx
bin/xxx: ELF 32-bit LSB executable, ARM, version 1, dynamically linked (uses shared libs), stripped
How would I diagnose this further? Is this a bug in qemu? I'm not sure what syscall 983040 is and I can't seem to find any documentation on it.
Thanks.