Re: Generation of report

Paul FLOYD <[email protected]>
Newsgroups gmane.comp.debugging.valgrind
Message-ID <1658450173.993.1594971023217.JavaMail.www@wwinf1n10>
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.