-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
None
-
Fully Compatible
-
ALL
-
Platforms 2018-03-26
-
None
-
None
-
None
-
None
-
None
-
None
-
None
TSAN indicated that our assumption that the mutex locking to establish a synchronizes-with relationship was insufficient in some cases. Using memory_order_acquire on the load() is required.