https://bugs.kde.org/show_bug.cgi?id=461213
Thiago Macieira <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Thiago Macieira <[email protected]> --- This is probably the first thing that valgrind printed, but is not your issue. The info parameter to waitid() does not need to be null. The man page says: "Linux, if infop is NULL, waitid() succeeds, and returns the process ID of the waited-for child. Applications should avoid relying on this inconsistent, nonstandard, and unnecessary feature." That particular code testing the kernel, so we can rely on the behaviour-specific content. -- You are receiving this mail because: You are watching all bug changes.
