Open
Description
Due to some fundamental limitations of thread sanitizer's implementation it's not able to trace the happens-before relationships through our threadqueues reliably. I suspect this is causing most (if not all) of the remaining thread sanitizer failures. The fix for this will be some kind of extension of #249 to provide more information to the santitizer to get it working properly.