https://bugs.kde.org/show_bug.cgi?id=384732
--- Comment #5 from Tom Hughes <t...@compton.nu> --- We already detect CLONE_VFORK|CLONE_VM as a special case and deliberately drop CLONE_VM because I imagine anything else would be a disaster as valgrind's shadow memory etc would be shared. The comments in the source explicitly mention preserving CLONE_VFORK to preserve the wait-for-exec semantics and that does indeed seem to work. -- You are receiving this mail because: You are watching all bug changes.