Skip to content

Commit fa957f8

Browse files
author
MarcoFalke
committed
test: Add race:SendZmqMessage tsan suppression
1 parent 9286b1c commit fa957f8

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
@@ -49,5 +51,14 @@ deadlock:src/qt/test/*
4951
deadlock:libdb
5052
race:libzmq
5153

54+
# Intermittent issues
55+
# -------------------
56+
#
57+
# Suppressions that follow might only happen intermittently, thus they are not
58+
# reproducible. Make sure to include a link to a full trace.
59+
60+
# https://github.com/bitcoin/bitcoin/issues/20618
61+
race:CZMQAbstractPublishNotifier::SendZmqMessage
62+
5263
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
5364
race:epoll_ctl

0 commit comments

Comments
 (0)