2018-11-19 11:11:18 -03:00
|
|
|
# ThreadSanitizer suppressions
|
|
|
|
# ============================
|
2020-12-22 15:56:06 -03:00
|
|
|
#
|
|
|
|
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
2018-11-19 11:11:18 -03:00
|
|
|
|
2020-05-29 19:30:33 -04:00
|
|
|
# race (TODO fix)
|
2020-06-30 19:36:44 -04:00
|
|
|
race:LoadWallet
|
2020-06-03 19:40:53 -04:00
|
|
|
race:WalletBatch::WriteHDChain
|
2020-07-05 11:23:26 -04:00
|
|
|
race:BerkeleyBatch
|
2020-06-09 14:16:14 -04:00
|
|
|
race:BerkeleyDatabase
|
2020-07-16 15:41:10 -04:00
|
|
|
race:DatabaseBatch
|
2020-05-31 10:54:30 -04:00
|
|
|
race:zmq::*
|
2020-05-29 19:30:33 -04:00
|
|
|
race:bitcoin-qt
|
2020-12-22 12:34:29 -03:00
|
|
|
|
2020-05-29 19:30:33 -04:00
|
|
|
# deadlock (TODO fix)
|
2020-06-03 19:40:53 -04:00
|
|
|
deadlock:CChainState::ConnectTip
|
2018-11-19 11:11:18 -03:00
|
|
|
|
|
|
|
# Intentional deadlock in tests
|
2021-04-14 06:27:48 -04:00
|
|
|
deadlock:sync_tests::potential_deadlock_detected
|
2018-11-19 11:11:18 -03:00
|
|
|
|
|
|
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
|
|
|
race:src/qt/test/*
|
|
|
|
deadlock:src/qt/test/*
|
|
|
|
|
2021-04-04 13:00:38 -04:00
|
|
|
# Race in src/test/main.cpp
|
|
|
|
# Can be removed once upgraded to boost test 1.74 in depends
|
|
|
|
race:validation_chainstatemanager_tests
|
|
|
|
|
2018-11-27 06:21:29 -03:00
|
|
|
# External libraries
|
|
|
|
deadlock:libdb
|
|
|
|
race:libzmq
|
2020-12-22 12:34:29 -03:00
|
|
|
|
2020-12-22 15:56:06 -03:00
|
|
|
# Intermittent issues
|
|
|
|
# -------------------
|
|
|
|
#
|
|
|
|
# Suppressions that follow might only happen intermittently, thus they are not
|
|
|
|
# reproducible. Make sure to include a link to a full trace.
|
|
|
|
|
|
|
|
# https://github.com/bitcoin/bitcoin/issues/20618
|
|
|
|
race:CZMQAbstractPublishNotifier::SendZmqMessage
|
|
|
|
|
2020-12-22 12:34:29 -03:00
|
|
|
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
|
|
|
|
race:epoll_ctl
|