Suppress ASAN leak in ASIO library on unclean shutdown

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Networking
    • None
    • ALL
    • 0
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      In ASIO, we new an object, then create a thread and transfer ownership of this object to the new thread. As long as the newly-created thread exits properly then we won't leak this object. If, however, we exit from the database while that thread is still running, ASAN will be unhappy. As there isn't anything we can do about this, and it isn't an ASIO bug, we should suppress this.

            Assignee:
            Andrew Morrow (Inactive)
            Reporter:
            Samantha Ritter (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: