From: Rachel C. (rychen) <ry...@ci...> - 2019-12-19 00:19:37
|
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 |