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:
@@ -12,6 +12,7 @@
|
|||||||
# actually be hit in practice.
|
# actually be hit in practice.
|
||||||
deadlock:cppuhelper::ServiceManager::disposing()
|
deadlock:cppuhelper::ServiceManager::disposing()
|
||||||
deadlock:cppuhelper::ServiceManager::loadImplementation
|
deadlock:cppuhelper::ServiceManager::loadImplementation
|
||||||
|
deadlock:AffineBridge::v_callInto_v
|
||||||
|
|
||||||
# Ignore stuff in external DBUS library.
|
# Ignore stuff in external DBUS library.
|
||||||
# Some kind of dbus lock issue when we call it from psp::CUPSManager.
|
# 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_socket_send_message_with_timeout
|
||||||
race:g_idle_source_new
|
race:g_idle_source_new
|
||||||
race:g_slice_alloc0
|
race:g_slice_alloc0
|
||||||
|
|
||||||
|
# Python build, lock order inversion
|
||||||
|
deadlock:take_gil
|
||||||
|
Reference in New Issue
Block a user