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>
This commit is contained in:
Noel Grandin
2023-01-23 16:01:30 +02:00
parent 4fde49387e
commit a0072d0a31

View File

@@ -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