Re: [Valgrind-users] kill the process cause system crash

2019-12-18 Thread Philippe Waroquiers
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

Re: [Valgrind-users] kill the process cause system crash

2019-12-18 Thread Rachel Chen (rychen) via Valgrind-users
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