|
From: Ivan N. <nov...@gm...> - 2009-07-14 19:22:02
|
Hi, I am getting: WARNING: unhandled syscall: 142 My machine is Ubuntu: Linux paloalto 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux Is system call 142 handled in the most recent codebase of valgrind? Thank you, Ivan |
|
From: Tom H. <to...@co...> - 2009-07-14 20:01:53
|
On 14/07/09 20:21, Ivan Novick wrote: > I am getting: > > WARNING: unhandled syscall: 142 > > My machine is Ubuntu: Linux paloalto 2.6.27-9-generic #1 SMP Thu Nov > 20 22:15:32 UTC 2008 x86_64 GNU/Linux > > Is system call 142 handled in the most recent codebase of valgrind? That's sched_setparam and the current svn code certainly handles it. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |
|
From: Ivan N. <nov...@gm...> - 2009-07-14 20:42:11
|
great, thanks! On Tue, Jul 14, 2009 at 1:02 PM, Tom Hughes<to...@co...> wrote: > On 14/07/09 20:21, Ivan Novick wrote: > >> I am getting: >> >> WARNING: unhandled syscall: 142 >> >> My machine is Ubuntu: Linux paloalto 2.6.27-9-generic #1 SMP Thu Nov >> 20 22:15:32 UTC 2008 x86_64 GNU/Linux >> >> Is system call 142 handled in the most recent codebase of valgrind? > > That's sched_setparam and the current svn code certainly handles it. > > Tom > > -- > Tom Hughes (to...@co...) > http://www.compton.nu/ > |