Comment 78 for bug 1640518

Revision history for this message
Andrew Morrow (acmorrow) wrote :

I think it is very likely that we are doing the sort of stack-based mutex pattern described above, or something similar. In particular, I'd expect that we certainly have states where we wait on a stack mutex, and then immediately unwind and destroy the mutex after we unblock.

I'm working on getting access to a Skylake machine - we will definitely do that test if we can get access.