-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
If a waiter is killed prior to notifying the notifier that it has woken, the notifier will wait for that notification forever. This isn't a narrow race, since it will happen any time a waiter is killed after incrementing m_waiters_count, which includes all of the time it spends waiting.