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

Fix signal_handlers_asynchronous_test ServiceContext data race

    • Type: Icon: Bug Bug
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • ALL
    • Programmability 2024-10-14, Programmability 2024-10-28
    • 200

      The signal handling thread calls into the global service context getters. On test destruction, we also destruct the global service context, and therefore there's a race. To fix this, we could do something like run the test in a DEATH_TEST and terminate when the test is done.

            Assignee:
            ryan.berryhill@mongodb.com Ryan Berryhill
            Reporter:
            alex.li@mongodb.com Alex Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: