Update proxy scope to use two condvars

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.1.9
    • Affects Version/s: None
    • Component/s: Internal Code, JavaScript
    • None
    • Fully Compatible
    • Service Arch 2019-03-11
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Our proxyscope type currently uses one condition variable to wait/notify from the caller and the callee threads. It's been pointed out that this may not be safe on older versions of glibc, as there used to be a different understanding of whether or not it was acceptable for a condvar notify to notify the thread which called notify (if it later called wait).

      See http://austingroupbugs.net/view.php?id=609

              Assignee:
              Mira Carey
              Reporter:
              Mira Carey
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: