|
From: Peter S. <sei...@ci...> - 2004-10-25 16:16:16
|
n Sun, Oct 24, 2004 at 03:01:21PM +0100, Nicholas Nethercote wrote: > On Fri, 22 Oct 2004, Atul Bhouraskar wrote: > > >When I run my massively multithreaded application through valgrind, I > >get swamped by warning messages to the effect that implementation of > >sem_destroy is not complete, is there a way to suppress this warning? > > Not with the normal suppression mechanism. Only way is to edit the source > code... > > N > > > Asuming you are using 2.0.0 or less? Update to valgrind 2.2.0, there you get with sem_destroy a warning 'pthread_cond_destroy is incomplete' (sem_destroy is valgrind intern implemented used pthread_cond functions), and to get rid of this warning apply the patch from the bugreport 85629 (http://bugs.kde.org/show_bug.cgi?id=85629), or the updated patch against valgrind-2.2.0: http://www.ciselant.de/projects/valgrind/patch-bug_85629-vg-2.2.0.txt Peter -- ------------------------------------------------------------------------ Peter Seiderer E-Mail: sei...@ci... |