Re: [Valgrind-users] helgrind bug in pthread_cond_destroy (testcase)

2013-03-15 Thread ISHIKAWA,chiaki
Hi, You can try the patch against 3.8.1 and it should work as expected. Looks like this is: https://bugs.kde.org/show_bug.cgi?id=307082 which contains an analysis and has an attached patch. The output from the patch in the bug database may insert one extra line to offend some users's

[Valgrind-users] helgrind bug in pthread_cond_destroy (testcase)

2013-03-14 Thread David Faure
The attached testcase (which is simply pthread_cond_init + pthread_cond_destroy), leads to an error in helgrind: pthread_cond_destroy: destruction of unknown cond var I've seen this forever with helgrind, but it's time to clean this up :) However my debugging got stuck. I found out that 1) the

Re: [Valgrind-users] helgrind bug in pthread_cond_destroy (testcase)

2013-03-14 Thread Philippe Waroquiers
On Thu, 2013-03-14 at 18:48 +0100, David Faure wrote: The attached testcase (which is simply pthread_cond_init + pthread_cond_destroy), leads to an error in helgrind: pthread_cond_destroy: destruction of unknown cond var Looks like this is: https://bugs.kde.org/show_bug.cgi?id=307082 which