https://bugs.kde.org/show_bug.cgi?id=451327
--- Comment #4 from Godmar Back <god...@gmail.com> --- The actual application in which the false positive occurs uses pthread_join properly. I created a minimum reproducible test case here for you to see the issue. Adding pthread_join introduces additional edges in the happens-before graph, which influences Helgrind's race detection. I'll prepare a larger example that uses pthread_join. -- You are receiving this mail because: You are watching all bug changes.