|
From: Tom H. <to...@co...> - 2006-10-10 11:13:06
|
In message <520...@BA...>
Rakesh S. Shevde <Rak...@ge...> wrote:
> It then complains about
> --2983-- WARNING: unhandled syscall: 141
> ==2983== at 0x124B8657: setpriority (in /lib64/libc-2.3.6.so)
You haven't said what version of valgrind you are using, but this
system call is implemented in 3.2.1 so it obviously isn't the latest.
> setpriority is present in the coregrind syscall implementations.
Correct, and is hooked up on amd64-linux, so if you are getting that
error you are not running the current code.
> Please let me know on why do we get these REDIR (???) messages.
Those are normal, don't worry about them.
tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|