summaryrefslogtreecommitdiff
path: root/tsan-suppress.txt
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-08-11 12:13:39 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-08-11 16:02:44 +0200
commitb42496a3944dce181c9c2034518e009230f3fc0e (patch)
treead0689ad2a42ce4690abec65c3e4836f08dedfb2 /tsan-suppress.txt
parentd3ace42f24b5bcfda10f32dcd5b180b32bde0368 (diff)
update tsan suppression
improve comments and add a gio function Change-Id: I4f3d57786a280093390db966cb64abb23246ebe1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138136 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'tsan-suppress.txt')
-rw-r--r--tsan-suppress.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/tsan-suppress.txt b/tsan-suppress.txt
index ca6d17dc3104..9c86e10f90cd 100644
--- a/tsan-suppress.txt
+++ b/tsan-suppress.txt
@@ -13,11 +13,11 @@
deadlock:cppuhelper::ServiceManager::disposing()
deadlock:cppuhelper::ServiceManager::loadImplementation
-# Ignore stuff in external DBUS library
-# Some kind of dbus lock issue when we call it from psp::CUPSManager
+# Ignore stuff in external DBUS library.
+# Some kind of dbus lock issue when we call it from psp::CUPSManager.
deadlock:_dbus_lock
-# inside an assert so I don't care
+# inside an assert so I don't care.
race:cppu::OWeakConnectionPoint::acquire
race:AffineBridge::v_enter
race:__vsnprintf_chk
@@ -35,16 +35,16 @@ race:rtl_uString_release
race:rtl_uString_assign
# I've convinced myself this is a false+, caused by ping-ponging the buffer between two
-# threads, but I might be wrong
+# threads, but I might be wrong.
race:XBufferedThreadedStream::getNextBlock
-# not introduced in stuff the embedded JVM does
+# I am not interested in stuff the embedded JVM does.
race:libjvm.so
# I think this is OK, because at this point we are doing
# if (nRefCount > 1)
# and we know from our callers that the refcount must be at least one
-# so there is no failure mode
+# so there is no failure mode.
race:ireallocSequence
# TODO There appears to be a race here, initialising the
@@ -53,10 +53,11 @@ race:ireallocSequence
race:cppu::getTypeFavourUnsigned
-# This is all inside GIO/Glib, no idea what it is doing
+# This is all inside GIO/Glib, no idea what it is doing.
#
race:slab_allocator_alloc_chunk
race:g_source_destroy_internal
race:g_source_unref_internal
race:g_task_finalize
race:g_socket_send_message_with_timeout
+race:g_idle_source_new