Comment 2 for bug 1706780

Revision history for this message
Austin Hendrix (namniart) wrote :

I'm using robust mutexes in a similar way, and I've found that if I use PTHREAD_PRIO_INHERIT attribute on my mutexes, I can no longer reproduce this bug.

It looks like this is similar to https://bugzilla.redhat.com/show_bug.cgi?id=1401665 .