|
|
|
@ -1,6 +1,23 @@
|
|
|
|
|
# ThreadSanitizer suppressions
|
|
|
|
|
# ============================
|
|
|
|
|
|
|
|
|
|
# double locks (TODO fix)
|
|
|
|
|
mutex:g_genesis_wait_mutex
|
|
|
|
|
mutex:CThreadInterrupt
|
|
|
|
|
mutex:CConnman::Interrupt
|
|
|
|
|
mutex:CConnman::WakeMessageHandler
|
|
|
|
|
mutex:UpdateTip
|
|
|
|
|
# race (TODO fix)
|
|
|
|
|
race:CConnman::WakeMessageHandler
|
|
|
|
|
race:CConnman::ThreadMessageHandler
|
|
|
|
|
race:fHaveGenesis
|
|
|
|
|
race:ProcessNewBlock
|
|
|
|
|
race:ThreadImport
|
|
|
|
|
race:bitcoin-qt
|
|
|
|
|
# deadlock (TODO fix)
|
|
|
|
|
deadlock:CConnman::ForNode
|
|
|
|
|
deadlock:UpdateTip
|
|
|
|
|
|
|
|
|
|
# WalletBatch (unidentified deadlock)
|
|
|
|
|
deadlock:WalletBatch
|
|
|
|
|
|
|
|
|
|