[OE-core] [PATCH 1/1] systemd: ignore qemu output, and check its return code

Burton, Ross ross.burton at intel.com
Fri Jul 26 11:53:25 UTC 2013


On 24 July 2013 07:15, Rongqing Li <rongqing.li at windriver.com> wrote:
> qemu is not segfaulting, except error message, it returns 0,
> and udevadm hwdb finished its task.

A bit of googling takes you to
https://bugs.launchpad.net/ubuntu/+source/qemu-linaro/+bug/758424.
Key quote:

"We only implement the futex syscalls if CONFIG_USE_NPTL. This isn't
defined for the i386 target (the necessary support in target-i386 for
pushing atomic insns up to the linux-user top level loop isn't
implemented). The upshot is that running multithreaded programs in
linux-user i386-target isn't supported and this is just one of the
symptoms."

Not segfaulting != working when multithreaded programs don't have
futexs.  We'll be seeing this more in the future now that GLib assumes
you can thread.

Ross



More information about the Openembedded-core mailing list