Hello,

I am using Valgrind to debug a memory leak. Somehow when I try to kill the 
process to get the log file with memory leak, it crash the system. I am using 
the following command to get the pid and kill the pid:

Ps -ef | grep valgrind. ==> to get the pid
Kill <pid>

Any idea what might be wrong here? Thanks for the help in advance!

Thanks,
Rachel

_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to