Hi, One of my tests failed under valgrind with this message: ==30205== Unsupported clone() flags: 0x800111 ==30205== ==30205== The only supported clone() uses are: ==30205== - via a threads library (LinuxThreads or NPTL) ==30205== - via the implementation of fork or vfork ==30205== ==30205== Valgrind detected that your program requires ==30205== the following unimplemented functionality: ==30205== Valgrind does not support general clone(). ==30205== This may be because the functionality is hard to implement, ==30205== or because no reasonable program would behave this way, ==30205== or because nobody has yet needed it. In any case, let us know at ==30205== www.valgrind.org and/or try to work around the problem, if you can. ==30205== ==30205== Valgrind has to exit now. Sorry. Bye! ==30205==
The flags are: CLONE_UNTRACED|SIGCHLD|CLONE_VM Is this variation of clone() hard to implement? Thanks, --kcc ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
