Summary: | Unhandled syscall on PPC32 | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | derplip <derplip> |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | mark |
Priority: | NOR | ||
Version First Reported In: | 3.15 SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
derplip
2021-12-22 13:47:44 UTC
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 *** |