|
From: Bart V. A. <bva...@ac...> - 2011-09-11 11:16:17
|
On Sat, Sep 10, 2011 at 11:47 PM, Florian Krohm <br...@ac...> wrote: > ERROR SUMMARY: 4 errors from 1 contexts (suppressed: 193 from 8) > > but only one error is actually shown. I found that a bit confusing > because I expected 4 errors in the output. Is this by design? That's on purpose and should have been documented in the manual. The above output means that a certain error occurred four times. Valgrind only reports the first occurrence of each error though. Bart. |