You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.2 KiB
51 lines
1.2 KiB
# ThreadSanitizer suppressions
|
|
# ============================
|
|
|
|
# double locks (TODO fix)
|
|
mutex:g_genesis_wait_mutex
|
|
mutex:Interrupt
|
|
mutex:CThreadInterrupt
|
|
mutex:CConnman::Interrupt
|
|
mutex:CConnman::WakeMessageHandler
|
|
mutex:CConnman::ThreadOpenConnections
|
|
mutex:CConnman::ThreadOpenAddedConnections
|
|
mutex:CConnman::SocketHandler
|
|
mutex:UpdateTip
|
|
mutex:PeerManager::UpdatedBlockTip
|
|
mutex:g_best_block_mutex
|
|
# race (TODO fix)
|
|
race:CConnman::WakeMessageHandler
|
|
race:CConnman::ThreadMessageHandler
|
|
race:fHaveGenesis
|
|
race:ProcessNewBlock
|
|
race:ThreadImport
|
|
race:LoadWallet
|
|
race:WalletBatch::WriteHDChain
|
|
race:BerkeleyBatch
|
|
race:BerkeleyDatabase
|
|
race:DatabaseBatch
|
|
race:leveldb::DBImpl::DeleteObsoleteFiles
|
|
race:zmq::*
|
|
race:bitcoin-qt
|
|
# deadlock (TODO fix)
|
|
deadlock:CConnman::ForNode
|
|
deadlock:CConnman::GetNodeStats
|
|
deadlock:CChainState::ConnectTip
|
|
deadlock:UpdateTip
|
|
deadlock:wallet_tests::CreateWallet
|
|
|
|
# WalletBatch (unidentified deadlock)
|
|
deadlock:WalletBatch
|
|
|
|
# Intentional deadlock in tests
|
|
deadlock:TestPotentialDeadLockDetected
|
|
|
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
|
race:src/qt/test/*
|
|
deadlock:src/qt/test/*
|
|
|
|
# External libraries
|
|
deadlock:libdb
|
|
race:libzmq
|
|
race:epoll_ctl # https://github.com/bitcoin/bitcoin/pull/20218
|