> Question: When running a simple fork program I see that syscallno returns it > as a clone() call syscallno=56 not a fork() syscallno=57. > > Does this have to do with the way linux implements fork()? or is this due to > valgrind?
glibc implements fork() as clone() with some particular parameters. Run under 'strace' to see them. -- ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users