You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#28510721 TSAN: DATA RACE IN EVENT_QUEUE::LOCK_DATA
Fix data race in Event_queue::Lock_data() by making
Event_queue::mutex_last_attempted_lock_at_line
mutex_last_attempted_lock_in_func
mutex_queue_data_attempting_lock
atomic variables.
The contents of these variables are printed by the SIGHUP
signal handler and by COM_DEBUG if the events scheduler is
active. Note that since these variables are updated separately,
it is still not guaranteed that they together form a consistent
state.
Change-Id: Ie7719ab78eceb3a6afb0cdd2e959aaccc4a7c1b3
0 commit comments