Dateien
rocm-systems/projects/rocprofiler-sdk/source/scripts/thread-sanitizer-suppr.txt
T

Revisionen in .git-blame-ignore-revs werden ignoriert. Klicke hier, um das zu umgehen und die normale Blame-Ansicht zu sehen.

53 Zeilen
1.5 KiB
Plaintext

#
# ThreadSanitizer suppressions file for rocprofiler project.
#
# leaked thread
thread:libhsa-runtime64.so
# data race in operator delete(void*)
race:libamdhip64.so
2024-01-24 16:32:54 -06:00
# data race arising from hsa runtime
race:libhsa-runtime64.so
2024-12-05 22:48:19 -06:00
# data race(s) arising from OpenMP
race:__kmp_resume_template
race:__kmp_suspend_initialize_thread
# unlock of an unlocked mutex (or by a wrong thread)
mutex:libhsa-runtime64.so
2024-01-24 16:32:54 -06:00
# unlock of an unlocked mutex (or by a wrong thread)
mutex:librocm_smi64.so
# google logging
race:google::LogMessageTime::CalcGmtOffset
race:tzset_internal
2023-09-26 19:21:31 -05:00
# bug in libtsan.so.0 which thinks there is a
# double mutex lock (there isn't one)
mutex:external/ptl/source/PTL/TaskGroup.hh
# data race in PTL TaskGroup between worker thread finishing and
# main thread accessing shared_ptr in wait(). The shared_ptr refcount
# may be accessed concurrently after wait() returns but before worker
# thread fully completes its bookkeeping.
race:rocprofiler::internal_threading::TaskGroup::wait
race:PTL::PackagedTask
# lock order inversion that cannot happen
mutex:source/lib/common/synchronized.hpp
# signal-unsafe function called from signal handler
signal:rocprofv3_error_signal_handler
2025-06-30 15:07:37 -05:00
# data race within perfetto internals (includes TracingMuxer and protozero)
2025-06-30 15:07:37 -05:00
race:perfetto::internal::
race:perfetto::protos::
race:protozero::
# False positive: C++11 guarantees thread-safe static local variable initialization.
# TSAN incorrectly reports a race on the static initialization in create_write_functor.
race:rocprofiler::hip::stream::create_write_functor