Re: [Valgrind-users] helgrind, PTHREAD_RWLOCK_INITIALIZER and pthread_rwlock_destroy

2016-10-06 Thread Mateusz Jemielity
>> On 6 Oct 2016, at 13:43, Mateusz Jemielity <m.jemiel...@is-wireless.com> wrote: >> >> I'm using valgrind built from SVN, r16025. I encountered helgrind >> complaining about invalid argument used with pthread_rwlock_destroy, >> for variable initial

[Valgrind-users] helgrind, PTHREAD_RWLOCK_INITIALIZER and pthread_rwlock_destroy

2016-10-06 Thread Mateusz Jemielity
Hello, I'm using valgrind built from SVN, r16025. I encountered helgrind complaining about invalid argument used with pthread_rwlock_destroy, for variable initialized with PTHREAD_RWLOCK_INITIALIZER. Is this a known thing? Am I doing something wrong? I searched the mailing list archives on