** Changed in: qemu-linaro
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956799
Title:
qemu: Unsupported syscall: 336
To manage notifications about this
I've committed the fix for missing ppoll on the basis that it is the bug
you've reported. I suspect it's not the bug you actually care about --
if the sigill still persists please file a new bug report, preferably
with a reasonably easy to reproduce test case...
** Changed in: qemu-linaro
Mil
ppoll implementation:
http://patchwork.ozlabs.org/patch/147225/
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956799
Title:
qemu: Unsupported syscall: 336
To manage notifications about this bug go
...although glibc should fall back to its own implementation if there's
no ppoll syscall so probably the underlying crash is some other issue.
It would be useful if you could manage to extract the actual failing
binary as a manageable test/repro case...
--
You received this bug notification becau
Hmm, this may be as easy as changing the line in linux-user/arm/syscall_nr.h
that reads
/* 336 for ppoll */
to say
#define TARGET_NR_ppoll 336
instead...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubu
** Also affects: qemu-linaro
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956799
Title:
qemu: Unsupported syscall: 336
To manage notifications about thi