InterprocessCondVar implementation on windows isn't safe

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintableJSON

    • 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.

              Assignee:
              Mathias Stearn
              Reporter:
              Mathias Stearn
              Archiver:
              Marc Greenfield

                Created:
                Updated:
                Resolved:
                Archived: