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? SIGTERM (15) or SIGKILL (9)?

If it is the latter, there's nothing you can do other than changing your 
tests to do something else.

If it's SIGTERM you could add a signal handler that is only
active when running under Valgrind.

A+
Paul


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

Reply via email to