|
From: Tom H. <to...@co...> - 2005-03-20 12:44:20
|
In message <200...@li...te>
Peter Seiderer <sei...@ci...> wrote:
> The following short test proramm produces a lot of output
> when running under valgrind-2.4.0.rc4 (on debiab-3.0, but similar on
> SuSE-8.2). Is this a valgrind or a libc/libpthread problem?
They are features of the pthread library you are using. The first one
can be suppressed and is for many version of the pthread library but
the supression obviously doesn'y match on your system.
The other's can't really be suppressed because the stack trace isn't
good enough to blame the threading library so any supression would be
far too general.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|