|
From: Atul B. <atu...@ac...> - 2004-10-22 02:52:01
|
Hello, I have just started using valgrind and I find it to be a great tool. 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? Thanks, Atul |
|
From: Nicholas N. <nj...@ca...> - 2004-10-24 14:01:33
|
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 |