2018-11-23 15:38:08 +01:00
|
|
|
# ThreadSanitizer suppressions
|
|
|
|
# ============================
|
2020-12-23 12:32:29 +01:00
|
|
|
#
|
|
|
|
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
2018-11-23 15:38:08 +01:00
|
|
|
|
2022-01-10 18:31:45 +01:00
|
|
|
# Data races from zmq namespace
|
|
|
|
race:zmq::*
|
|
|
|
|
2018-11-23 15:38:08 +01:00
|
|
|
# WalletBatch (unidentified deadlock)
|
|
|
|
deadlock:WalletBatch
|
|
|
|
|
2022-01-10 18:31:45 +01:00
|
|
|
# deadlock false positive (see: https://github.com/dashpay/dash/pull/4563)
|
|
|
|
deadlock:CChainState::ConnectTip
|
|
|
|
|
2018-11-23 15:38:08 +01:00
|
|
|
# Intentional deadlock in tests
|
2021-04-14 16:51:25 +02:00
|
|
|
deadlock:sync_tests::potential_deadlock_detected
|
2018-11-23 15:38:08 +01:00
|
|
|
|
2018-12-18 18:34:56 +01:00
|
|
|
# fRPCRunning race
|
|
|
|
race:InterruptRPC
|
|
|
|
|
2018-11-23 15:38:08 +01:00
|
|
|
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
|
|
|
race:src/qt/test/*
|
|
|
|
deadlock:src/qt/test/*
|
|
|
|
|
2018-12-18 18:34:56 +01:00
|
|
|
# External libraries
|
|
|
|
deadlock:libdb
|
|
|
|
race:libzmq
|
2020-12-22 18:22:49 +01:00
|
|
|
|
2020-12-23 12:32:29 +01: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 18:22:49 +01:00
|
|
|
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
|
|
|
|
race:epoll_ctl
|
2021-11-10 13:05:24 +01:00
|
|
|
|
|
|
|
# https://github.com/bitcoin/bitcoin/issues/23366
|
|
|
|
race:std::__1::ios_base::width
|