https://bugs.kde.org/show_bug.cgi?id=423963
--- Comment #27 from Tom Hughes <t...@compton.nu> --- Those both look correct in the strace - we have: clone(child_stack=NULL, flags=CLONE_PIDFD|SIGCHLD, parent_tid=[12]) = 8063 and: clone(child_stack=NULL, flags=CLONE_PIDFD|SIGCHLD, parent_tid=[12]) = 8050 but when valgrind tries to get the FD from parent_tid it is not getting that value so something is wrong there. -- You are receiving this mail because: You are watching all bug changes.