summaryrefslogtreecommitdiff
path: root/etc/lsan.suppressions
blob: 2094b82cc5a7fdd33931c4561c85f622949c9750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

# lets just ignore v8 for now. If we upgrade to newer v8
# try removing this suppression
leak:v8::