|
From: Dennis L. <pla...@pr...> - 2006-09-13 12:17:25
|
Am Mittwoch, den 13.09.2006, 10:13 +0100 schrieb Tom Hughes: > > On recent linux systems fork is actually done with clone so you do > have the situation I described. > > Unfortunately --trace-children is not going to help you. > > The problem is that valgrind can't really untangle itself from an > existing process, so it is only on an exec (when the process image > in memory is completely replace) that we can remove ourselves. Can't V fork() itself and then exec the program that its running? Or something like that? greets Dennis |