0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/etc/lsan.suppressions
Ben Caimano 32099accea SERVER-46041 Add DiagnosticListener/WaitListener LSAN suppressions
This commit also adds a new opt=off Ubuntu 18.04 builder to better
ensure dev environments function correctly.
2020-02-25 23:35:44 +00:00

9 lines
286 B
Plaintext

# 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::installDiagnosticListener
leak:mongo::Interruptible::installWaitListener
leak:glob64