File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
test/sanitizer_suppressions Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ThreadSanitizer suppressions
2
2
# ============================
3
+ #
4
+ # https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
3
5
4
6
# double locks (TODO fix)
5
7
mutex:g_genesis_wait_mutex
@@ -49,5 +51,14 @@ deadlock:src/qt/test/*
49
51
deadlock:libdb
50
52
race:libzmq
51
53
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
+
52
63
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
53
64
race:epoll_ctl
You can’t perform that action at this time.
0 commit comments