Closed GoogleCodeExporter closed 9 years ago
Valgrind wrote the following suppression for me, but then refused to actually
suppress the error, with either Valgrind 3.2.0 in Ubuntu 6.10, or with the
latest
3.2.3 downloaded myself.
I don't know whether it's because Valgrind won't suppress warnings, has a bug
where
it ignores the suppression (apparently a possibility with 3.2.0), or generated
a bad
suppression.
{
WvStreamsDebugger_has_a_static_WvList
Memcheck:Leak
fun:_vgrZU_libcZdsoZa_malloc
fun:_Znwj
fun:_Znaj
fun:_ZN17WvStreamsDebugger11add_commandERK12WvFastString10WvCallbackIPvS2_1ES
fun:_ZN8WvStream21add_debugger_commandsEv
fun:_ZN8WvStreamC2Ev
fun:_ZN10WvFdStreamC2Eii
fun:_ZN12_WvConStreamC1EiiRK12WvFastString
fun:_Z41__static_initialization_and_destruction_0ii
}
Original comment by peter.mc...@gmail.com
on 10 Mar 2007 at 10:26
Yeah, I can't seem to suppress it either. Weird.
Original comment by wrl...@gmail.com
on 11 Apr 2007 at 4:23
I ended up suppressing a bunch of stuff in r11844, including apparently
something
that suppressed this. That sounds a bit fishy though, maybe other code changed
such
that Valgrind stopped whining so much. Anyway, with Ubuntu 7.10 and its
Valgrind
3.2.3, the log file is down to 222 KB after a full unit test run, and is mostly
just
saying "no problems found".
Original comment by peter.mc...@gmail.com
on 10 Jan 2008 at 12:47
Original issue reported on code.google.com by
peter.mc...@gmail.com
on 9 Mar 2007 at 4:08