summaryrefslogtreecommitdiff
path: root/tsan-suppress.txt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-23 16:01:30 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-30 13:53:45 +0000
commita0072d0a31760d6e94a7319dbb4d3e3a18cd50c1 (patch)
treec9ec13a6d391a27d8a8e9c6389ce38a7aaf551ea /tsan-suppress.txt
parent4fde49387eeecc35d1ead6305b1fe1e30e09cccc (diff)
update TSAN suppressions
add some more deadlock suppressions Change-Id: I457e66275921080f9f12c3ab2f2fbbb6168ad108 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146345 Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tsan-suppress.txt')
-rw-r--r--tsan-suppress.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index 33452dac40cf..5ed88f042dc2 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -12,6 +12,7 @@
# actually be hit in practice.
deadlock:cppuhelper::ServiceManager::disposing()
deadlock:cppuhelper::ServiceManager::loadImplementation
+deadlock:AffineBridge::v_callInto_v
# Ignore stuff in external DBUS library.
# Some kind of dbus lock issue when we call it from psp::CUPSManager.
@@ -62,3 +63,6 @@ race:g_task_finalize
race:g_socket_send_message_with_timeout
race:g_idle_source_new
race:g_slice_alloc0
+
+# Python build, lock order inversion
+deadlock:take_gil