|
From: Nicholas N. <n.n...@gm...> - 2009-08-07 11:54:06
|
On Fri, Aug 7, 2009 at 8:59 PM, Julian Seward<js...@ac...> wrote: > > I made it even more concise, but putting the "Searched .." on -v only > -- seems pointless for normal use. Sounds good. > It's difficult to finish up like this > > ==26545== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 1) > ==26545== For counts of detected and suppressed errors, rerun with: -v > > because some tools (Memcheck) want to print a last-gasp message in their > fini message, before the error manager prints the ERROR SUMMARY, and so > you'd get this (plus more phase-ordering complexity in the core/tool iface): > > ==26594== Use --track-origins=yes to see where uninitialised values come from > ==26594== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 2 from 1) > ==26594== For counts of detected and suppressed errors, rerun with: -v > > which looks a bit strange. So I propose to leave it as it stands. Ok, commit away. If it bugs me and I can see a way to improve it, I'll bring it up again later. N |