WiredTiger::endBackup could race with clean shutdown

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 4.3.1
    • Affects Version/s: None
    • Component/s: Storage
    • None
    • Fully Compatible
    • ALL
    • Execution Team 2019-10-07
    • 56
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Clean shutdown will close the WiredTiger connection which unconditionally closes all the sessions, including the one used for backup. Therefore, if WiredTiger::endBackup races with clean shutdown and tries to close the session that is already closed by clean shutdown, a segfault will happen.

            Assignee:
            Xiangyu Yao (Inactive)
            Reporter:
            Xiangyu Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: