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

Update SSLThreadInfo making mutexes a variable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Security 2021-10-18
    • 135

      SSLThreadInfo class keeps mutexes inside a function-local static, which is intentionally leaked so that it never gets auto-disposed

      This ticket is to keep leaking it, but make it a variable. The goal is to make it possible to examine such variable via gdb in case a deadlock occurs even when local variable is optimized

            Assignee:
            sergey.galtsev@mongodb.com Sergey Galtsev (Inactive)
            Reporter:
            sergey.galtsev@mongodb.com Sergey Galtsev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: