> > If you want to know for sure who killed it then strace it while it
> > runs and it should show you who sends the signel but my bet is that
> > it's the kernel.
> 

I tried strace -p <pid> on my process before I triggered its exit. The strace 
output ends saying with: "+++ killed by SIGKILL +++", but I don't find anything 
about who sent it.

> Or possibly watch `dmesg -w` running in another shell.
> 

I tried 'dmesg -w' but it didn't say anything about the SIGKILL. Is there 
something that has to be configured for dmesg to say the source of the SIGKILL?

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

Reply via email to