When I run my application with Valgrind on a 32 Bit PowerPC platform I get lots of these messages: WARNING: unhandled ppc32-linux syscall: 407 The related name can be found in unistd_32.h: #define __NR_clock_nanosleep_time64 407 Do I understand correctly that I have to write the appropriate handler myself?
Just upgrade to valgrind 3.16.0 or later (latest is 3.18.1) 3.15.0 is really old. *** This bug has been marked as a duplicate of bug 416753 ***
Ok thanks!
I was not able to install 3.18 because of a Yocto/poky incompatibility, so I chose 3.17. There is still one message: WARNING: unhandled ppc32-linux syscall: 325 Do you know if this is fixed in 3.18?
(In reply to derplip from comment #3) > I was not able to install 3.18 because of a Yocto/poky incompatibility, so I > chose 3.17. > There is still one message: WARNING: unhandled ppc32-linux syscall: 325 > > Do you know if this is fixed in 3.18? syscall 325 on ppc32 is prlimit64. This doesn't seem to be hooked up on ppc32 (but is for ppc64). Please don't just reopen old bugs for unrelated issues. And please always test against the latest release of a git trunk build. Feel free to open a new bug report to get ppc32 prlimite64 (syscall nr 325) hooked up. *** This bug has been marked as a duplicate of bug 416753 ***