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)
|
2023-04-20 06:23:44 -04:00
|
|
|
# To reproduce, see:
|
|
|
|
# https://github.com/bitcoin/bitcoin/issues/19303#issuecomment-1514926359
|
2022-03-09 14:37:19 -03:00
|
|
|
deadlock:Chainstate::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/*
|
|
|
|
|
2018-11-27 06:21:29 -03:00
|
|
|
# External libraries
|
2023-05-15 08:28:25 -04:00
|
|
|
# https://github.com/bitcoin/bitcoin/pull/27658#issuecomment-1547639621
|
2018-11-27 06:21:29 -03:00
|
|
|
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
|
|
|
|
|
2023-04-20 06:23:44 -04:00
|
|
|
# https://github.com/bitcoin/bitcoin/pull/27498#issuecomment-1517410478
|
2022-12-30 04:59:55 -03:00
|
|
|
race:epoll_ctl
|
|
|
|
|
2021-10-27 05:41:03 -03:00
|
|
|
# https://github.com/bitcoin/bitcoin/issues/23366
|
2022-02-23 05:39:47 -03:00
|
|
|
race:std::__1::ios_base::*
|