[Bug 956799] Re: qemu: Unsupported syscall: 336

2012-04-12 Thread Peter Maydell
** 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 bug go to:
https://bugs.launchpad.net/qemu-linaro/+bug/956799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956799] Re: qemu: Unsupported syscall: 336

2012-03-30 Thread Peter Maydell
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
Milestone: None = 2012.04

** Changed in: qemu-linaro
   Status: New = Fix Committed

-- 
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 to:
https://bugs.launchpad.net/qemu-linaro/+bug/956799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956799] Re: qemu: Unsupported syscall: 336

2012-03-16 Thread Steve Langasek
** 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 this bug go to:
https://bugs.launchpad.net/qemu-linaro/+bug/956799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956799] Re: qemu: Unsupported syscall: 336

2012-03-16 Thread Peter Maydell
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 Ubuntu.
https://bugs.launchpad.net/bugs/956799

Title:
  qemu: Unsupported syscall: 336

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu-linaro/+bug/956799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956799] Re: qemu: Unsupported syscall: 336

2012-03-16 Thread Peter Maydell
...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 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 to:
https://bugs.launchpad.net/qemu-linaro/+bug/956799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956799] Re: qemu: Unsupported syscall: 336

2012-03-16 Thread Peter Maydell
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 to:
https://bugs.launchpad.net/qemu-linaro/+bug/956799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs