> Is there any way to check the the summary of Valgrind found issues while
> application is still running ...

Look in memcheck/memcheck.h and search for all instances of LEAK_CHECK.
The app should catch a signal and the handler should call one of
the LEAK_CHECK requests.  Or, make a suitable LEAK_CHECK call
synchronously at appropriate times: just before and after
each "phase", or after every N events, etc.

-- 


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to