diff options
author | Andy Schwerin <schwerin@mongodb.com> | 2015-05-27 18:09:32 -0400 |
---|---|---|
committer | Andy Schwerin <schwerin@mongodb.com> | 2015-05-27 18:09:32 -0400 |
commit | 845a2dcc23a597520065d1258089cc87dabf6cb8 (patch) | |
tree | 29aa82fb74715ab237401351c32435588e628630 /etc/lsan.suppressions | |
parent | 09569759b200b342bd99d08f262fe10ee0644427 (diff) | |
download | mongo-845a2dcc23a597520065d1258089cc87dabf6cb8.tar.gz |
SERVER-18605 Update lsan.suppressions for default thread name setting.
Diffstat (limited to 'etc/lsan.suppressions')
-rw-r--r-- | etc/lsan.suppressions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/lsan.suppressions b/etc/lsan.suppressions index 2094b82cc5a..6e5fec0c5ba 100644 --- a/etc/lsan.suppressions +++ b/etc/lsan.suppressions @@ -8,6 +8,7 @@ leak:mongo::mutex::mutex # Thread names leak from threads that are never terminated. leak:mongo::setThreadName +leak:mongo::getThreadName # lets just ignore v8 for now. If we upgrade to newer v8 # try removing this suppression |