|
From: parag s. <par...@gm...> - 2005-07-20 17:17:35
|
hey i am having the following problem....=20 i want to run valdring on a process that does not die by itself. the only= =20 way to kill it is usually kill or cltr c . however i cant do that without= =20 killing valgrind.=20 so i was wondering if valgrind creates some log file of some kind which it= =20 keeps on updating all the time that the process is running and then uses=20 this log file at the end of the process to calculate the memory leaks.=20 if this is present then i can just kill valgrind and then ask it to analyse= =20 that log file to give me the leak summary.=20 i would really appretiate it if the developers can let me know if something= =20 of this sort is possible.=20 thanks parag shah |