https://bugs.kde.org/show_bug.cgi?id=506795
--- Comment #1 from Mark Wielaard <[email protected]> --- Created attachment 183086 --> https://bugs.kde.org/attachment.cgi?id=183086&action=edit Better report which clone flag are problematic With this patch valgrind now reports: ==3404273== Unsupported clone() flags: 0x100111 ==3404273== ==3404273== The only supported clone() uses are: ==3404273== - via a threads library (VM, FS and FILES flags set) ==3404273== - via the implementation of vfork (VFORK or VFORK and VM flags set) ==3404273== - via plain fork (no VM, FS, FILES, VFORK flags set) ==3404273== clone call had CLONE_VM flags set ==3404273== ==3404273== Valgrind detected that your program requires ==3404273== the following unimplemented functionality: ==3404273== Valgrind does not support general clone(). ==3404273== This may be because the functionality is hard to implement, ==3404273== or because no reasonable program would behave this way, ==3404273== or because nobody has yet needed it. In any case, let us know at ==3404273== www.valgrind.org and/or try to work around the problem, if you can. ==3404273== ==3404273== Valgrind has to exit now. Sorry. Bye! -- You are receiving this mail because: You are watching all bug changes.
