https://bugs.kde.org/show_bug.cgi?id=501479
--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> --- Looking at this call pthread_mutex_init(&mutex, &mutexattr); The type for OI and Solaris 11.4 the same but different. OI is 8 (DEFAULT) and S11.4 is 0 (DEFAULT and NORMAL). We treat both of these the same. Then there is the call to mutex_init. Here the type is 6 (ERRORCHECK|RECURSIVE). DRD_(thread_to_drd_mutex_type) treats this as RECURSIVE (it only checks with one OR at a time). -- You are receiving this mail because: You are watching all bug changes.