Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-49432

Avoid read-after-delete in ServiceExecutorSync shutdown

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.4.1, 4.7.0
    • Affects Version/s: None
    • Component/s: Internal Code
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.4, v4.2, v4.0
    • Service Arch 2020-07-27
    • 0

      The shutdown procedure of ServiceExecutorSynchronous uses two variables to communicate with executor threads: a condition variable and an atomic word.

      It is possible for the last executor thread to access the condition variable after it's destroyed, which could result in a read-after-delete failure. To prevent such failures, we should extend the lifetime of all resources (e.g., the condition variable) shared between the ServiceExecutor and the executor threads.

            Assignee:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Reporter:
            amirsaman.memaripour@mongodb.com Amirsaman Memaripour
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: