[konsole] [Bug 461213] Qt6.4 causing crashes linux/opensuse

Thiago Macieira bugzilla_noreply at kde.org
Mon Nov 14 16:42:15 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=461213

Thiago Macieira <thiago at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiago at kde.org

--- Comment #1 from Thiago Macieira <thiago at kde.org> ---
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 the assignee for the bug.


More information about the konsole-devel mailing list