Skip to content

Commit e669c31

Browse files
author
MarcoFalke
committed
Merge #20748: test: Add race:SendZmqMessage tsan suppression
fa957f8 test: Add race:SendZmqMessage tsan suppression (MarcoFalke) Pull request description: Add suppression for `race:SendZmqMessage`, which isn't covered by the existing `zmq::*` suppression Fixes #20618 ACKs for top commit: hebasto: re-ACK fa957f8, as my previous comment is not directly related to this pull changes. Tree-SHA512: 8642a8b79bbfa4bee89042b66e528f27fd78c5e84a33023df440662e9114e31445fd7b04940f44b11fa4ab7438d346385a21816289c818cce9958a9b16730452
2 parents 98de9eb + fa957f8 commit e669c31

File tree

1 file changed

+11
-0
lines changed
  • test/sanitizer_suppressions

1 file changed

+11
-0
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ThreadSanitizer suppressions
22
# ============================
3+
#
4+
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
35

46
# double locks (TODO fix)
57
mutex:g_genesis_wait_mutex
@@ -43,5 +45,14 @@ deadlock:src/qt/test/*
4345
deadlock:libdb
4446
race:libzmq
4547

48+
# Intermittent issues
49+
# -------------------
50+
#
51+
# Suppressions that follow might only happen intermittently, thus they are not
52+
# reproducible. Make sure to include a link to a full trace.
53+
54+
# https://github.com/bitcoin/bitcoin/issues/20618
55+
race:CZMQAbstractPublishNotifier::SendZmqMessage
56+
4657
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
4758
race:epoll_ctl

0 commit comments

Comments
 (0)