https://bugs.kde.org/show_bug.cgi?id=373192
--- Comment #5 from megahal...@gmail.com --- Also, as has been noted in bug 342040, it seems the clone call is not handled correctly when looking with strace: strace valgrind ~/spawn|& grep clone => clone(child_stack=NULL, flags=SIGCHLD) strace ~/spawn|& grep clone => clone(child_stack=0x7f13dd5d6ff0, flags=CLONE_VM|CLONE_VFORK|SIGCHLD) -- You are receiving this mail because: You are watching all bug changes.