Re: [Valgrind-users] Generation of report

2020-07-17 Thread Paul Floyd
Hi again OK, a few more details. There is nothing that you can do about SIGKILL. Your process gets terminated and you get no chance to do anything about it. Valgrind cannot do it’s final resource leak checks and your log is probably truncated. SIGTERM, on the other hand, gives you a chance to

Re: [Valgrind-users] Generation of report

2020-07-17 Thread Paul FLOYD
De : "Shemin Aboobacker" > > if we are using automated gui testing tool with valgrind and automated > testing tool kills > the application after GUI testing ,valgrind gives incomplete report.Is there > any solution for this?  On Linux I suppose? Which signal is being used for the kill? SIGTER