https://bugs.kde.org/show_bug.cgi?id=484480
jmcgee01...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NOT A BUG |--- Ever confirmed|0 |1 --- Comment #2 from jmcgee01...@gmail.com --- pthread_join only silences the warning if done before reading the shared state. In that case, the semaphore becomes useless (since pthread_join becomes the synchronization point). If joined after printing, like when synchronizing between two long-running threads, then this warning appears. -- You are receiving this mail because: You are watching all bug changes.