This is an automated email from the ASF dual-hosted git repository.

cliffjansen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c8a8bc  PROTON-2292: update tsan.supp for new epoll proactor timer 
code
8c8a8bc is described below

commit 8c8a8bc14cb5a24382bbb08e42bc1a7b69188a95
Author: Cliff Jansen <cliffjan...@apache.org>
AuthorDate: Mon Nov 9 23:44:18 2020 -0800

    PROTON-2292: update tsan.supp for new epoll proactor timer code
---
 tests/tsan.supp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/tsan.supp b/tests/tsan.supp
index f0f9020..5a1c61a 100644
--- a/tests/tsan.supp
+++ b/tests/tsan.supp
@@ -30,3 +30,7 @@ race:cpp/examples/broker
 # found by threaderciser, in c/src/proactor/epoll.c
 race:^listener_final_free$
 race:^pn_proactor_connect2$
+
+# PROTON-2292 & PROTON-1496: false suspected collision between set/free
+mutex:^pni_timer_set$
+mutex:^pni_timer_free$


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to