https://bugs.kde.org/show_bug.cgi?id=400793
--- Comment #1 from Julian Seward <jsew...@acm.org> --- This happens because Helgrind on Linux doesn't intercept pthread_rwlock_timedwrlock and so it doesn't know that the lock has been taken. The strange thing is, the code to do the intercept actually exists; it just isn't enabled on Linux. See helgrind/hg_intercepts.c. -- You are receiving this mail because: You are watching all bug changes.