mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge #20748: test: Add race:SendZmqMessage tsan suppression
fa957f8dc9test: 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-ACKfa957f8dc9, as my previous comment is not directly related to this pull changes. Tree-SHA512: 8642a8b79bbfa4bee89042b66e528f27fd78c5e84a33023df440662e9114e31445fd7b04940f44b11fa4ab7438d346385a21816289c818cce9958a9b16730452
This commit is contained in:
commit
e669c3156f
1 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# ThreadSanitizer suppressions
|
# ThreadSanitizer suppressions
|
||||||
# ============================
|
# ============================
|
||||||
|
#
|
||||||
|
# https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
||||||
|
|
||||||
# double locks (TODO fix)
|
# double locks (TODO fix)
|
||||||
mutex:g_genesis_wait_mutex
|
mutex:g_genesis_wait_mutex
|
||||||
|
|
@ -43,5 +45,14 @@ deadlock:src/qt/test/*
|
||||||
deadlock:libdb
|
deadlock:libdb
|
||||||
race:libzmq
|
race:libzmq
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
|
# https://github.com/bitcoin/bitcoin/pull/20218, https://github.com/bitcoin/bitcoin/pull/20745
|
||||||
race:epoll_ctl
|
race:epoll_ctl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue