Uploaded image for project: 'Realm Core'
  1. Realm Core
  2. RCORE-458

InterprocessCondVar implementation on windows isn't safe

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown 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@mongodb.com Mathias Stearn
            Reporter:
            mathias@mongodb.com Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: