|
From: Jacek P. <ja...@s3...> - 2005-12-21 14:57:12
|
We are using valgrind in our test framework. Our application runs many times within nightly test session. We have support to use valgrind in these tests, but to know if there are any errors/leaks we need to manualy analyze valgrind text output. Is there a way to return it as binary value? The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s). Please direct any additional queries to: com...@s3.... Thank You. |
|
From: Nicholas N. <nj...@cs...> - 2005-12-21 16:55:02
|
On Wed, 21 Dec 2005, Jacek Poplawski wrote: > We are using valgrind in our test framework. > Our application runs many times within nightly test session. > We have support to use valgrind in these tests, but to know if there are any > errors/leaks we need to manualy analyze valgrind text output. > Is there a way to return it as binary value? The VALGRIND_COUNT_ERRORS client request may be what you want. See section 2.7 of the manual (http://www.valgrind.org/docs/manual/manual-core.html#manual-core.clientreq). Nick |