summaryrefslogtreecommitdiff
path: root/etc/lsan.suppressions
diff options
context:
space:
mode:
Diffstat (limited to 'etc/lsan.suppressions')
-rw-r--r--etc/lsan.suppressions15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/lsan.suppressions b/etc/lsan.suppressions
index 6eb6406e5db..80d58180cae 100644
--- a/etc/lsan.suppressions
+++ b/etc/lsan.suppressions
@@ -9,19 +9,4 @@ leak:mongo::Interruptible::installWaitListener
# The singleton must live throughout the lifetime of all SSL threads
leak::mongo::SSLThreadInfo::ThreadIDManager::idManager
-# Thread names leak from threads that are never terminated.
-leak:mongo::setThreadName
-leak:mongo::getThreadName
-leak:__cxa_thread_atexit_impl
-
-# Threads leak from thread pools not joined at shutdown.
-leak:mongo::ThreadPool::Impl::_startWorkerThread_inlock()
-
leak:glob64
-
-# Allocations from this function in libresolv are stored in thread-locals.
-# Threads that are not joined by the time the leak-detector runs (like those spawned by ASIO) may
-# still have pointers to these allocated objects but LSAN isn't able to identify them and add them
-# to do the root-set, resulting in false-positive leak reports.
-# TODO SERVER-65936: Re-evaluate if this is needed with a clean shutdown that joins all threads.
-leak:__res_context_send