0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 07:59:02 +01:00
mongodb/etc/lsan.suppressions

14 lines
404 B
Plaintext
Raw Normal View History

# Client objects are leaked in threads that are never terminated
leak:mongo::Client::Client
# Insanity related to the fact that the static observer
# prevents deleting mutexes during clean shutdown. If you
# remove the StaticObserver, remove this too.
leak:mongo::mutex::mutex
# Thread names leak from threads that are never terminated.
leak:mongo::setThreadName
leak:mongo::getThreadName
2015-06-18 21:08:06 +02:00
leak:glob64