sc: copy cache values when clone color conditional format
[LibreOffice.git] / tsan-suppress.txt
blob66153afa6894a223cc1dc647635d057943bebfb6
2 # This file is part of the LibreOffice project.
4 # This Source Code Form is subject to the terms of the Mozilla Public
5 # License, v. 2.0. If a copy of the MPL was not distributed with this
6 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # Use via environment variable TSAN_OPTIONS=suppressions=.../tsan-suppress.txt
11 # There looks to be a lock ordering problem here, but I can't see how it could
12 # actually be hit in practice.
13 deadlock:cppuhelper::ServiceManager::disposing()
14 deadlock:cppuhelper::ServiceManager::loadImplementation
16 # Ignore stuff in external DBUS library
17 # Some kind of dbus lock issue when we call it from psp::CUPSManager
18 deadlock:_dbus_lock
20 # inside an assert so I don't care
21 race:cppu::OWeakConnectionPoint::acquire
22 race:AffineBridge::v_enter
23 race:__vsnprintf_chk
25 # right now, I'm not interested in deadlocks at all, too many false+
26 deadlock:
28 # This is checking  SAL_STRING_IS_STATIC, which is safe because that is written at compile time
29 race:rtl::str::acquire<_rtl_uString>
30 race:rtl::str::release<_rtl_uString>
32 # I've convinced myself this is a false+, caused by ping-ponging the buffer between two
33 # threads, but I might be wrong
34 race:XBufferedThreadedStream::getNextBlock
36 # not introduced in stuff the embedded JVM does
37 race:libjvm.so
39 # I think this is OK, because at this point we are doing
40 #  if (nRefCount > 1)
41 # and we know from our callers that the refcount must be at least one
42 # so there is no failure mode
43 race:ireallocSequence
45 # TODO There appears to be a race here, initialising the
46 #   ::com::sun::star::uno::Sequence< T >::s_pType
47 # field. But no idea at all how to fix it.
48 race:cppu::getTypeFavourUnsigned
51 # This is all inside GIO/Glib, no idea what it is doing
53 race:slab_allocator_alloc_chunk
54 race:g_source_destroy_internal
55 race:g_source_unref_internal
56 race:g_task_finalize