On Thu, 2019-12-19 at 00:19 +, Rachel Chen (rychen) via Valgrind-users
wrote:
> 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 k
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
Any idea what might be wrong h