tsan-suppress.txt | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit a0072d0a31760d6e94a7319dbb4d3e3a18cd50c1 Author: Noel Grandin <noel.gran...@collabora.co.uk> AuthorDate: Mon Jan 23 16:01:30 2023 +0200 Commit: Noel Grandin <noel.gran...@collabora.co.uk> CommitDate: Mon Jan 30 13:53:45 2023 +0000
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.gran...@collabora.co.uk> Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> 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