Comment 3 for bug 739785

Revision history for this message
Peter Maydell (pmaydell) wrote : Re: qemu-i386 on ARM bash: fork: Invalid argument

OK, can you run the following and attach the resulting strace logfiles?

strace -ff -o ls-strace.log chroot /i386 /usr/bin/qemu-i386 /bin/ls

strace -ff -o bash-strace.log chroot /i386 /usr/bin/qemu-i386 /bin/bash -c /bin/ls

(and tell us what the commands print as well).

Also can you state exactly which version of qemu you have compiled? Thanks.