|
From: Nicholas N. <nj...@ca...> - 2004-09-07 14:51:44
|
On Tue, 7 Sep 2004, bruce.ferjulian wrote: > I receive the following message while running 'valgrind' against my > threaded application. Any idea when the "incomplete" statement will > become "complete"? > > ==15011== warning: Valgrind's pthread_cond_destroy is incomplete > ==15011== (it doesn't check if the cond is waited on) > ==15011== your program may misbehave as a result > ==15011== When someone implements it? ;) Someone else asked about this recently, attached is my attempt to implement it (patch should work vs. 2.2.0). IIRC, it didn't actually get it right, though, and nobody else suggested what the problem was... N |