summaryrefslogtreecommitdiff
path: root/etc/lsan.suppressions
blob: 80d58180cae1e4bf1117711776195e2a24f2c0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Client objects are leaked in threads that are never terminated
leak:mongo::Client::Client

# DiagnosticListeners and WaitListeners need to be available in detached threads
leak:mongo::latch_detail::getDiagnosticListenerState
leak:mongo::latch_detail::installDiagnosticListener
leak:mongo::Interruptible::installWaitListener

# The singleton must live throughout the lifetime of all SSL threads
leak::mongo::SSLThreadInfo::ThreadIDManager::idManager

leak:glob64