2023-08-29 01:45:45 -05:00
|
|
|
#
|
|
|
|
|
# ThreadSanitizer suppressions file for rocprofiler project.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# leaked thread
|
|
|
|
|
thread:libhsa-runtime64.so
|
|
|
|
|
|
2023-09-20 23:14:25 -05:00
|
|
|
# data race in operator delete(void*)
|
2023-09-21 02:17:17 -05:00
|
|
|
race:libamdhip64.so
|
2023-09-20 23:14:25 -05:00
|
|
|
|
2024-01-24 16:32:54 -06:00
|
|
|
# data race arising from hsa runtime
|
|
|
|
|
race:libhsa-runtime64.so
|
2024-03-21 17:52:15 -05:00
|
|
|
|
2024-12-05 22:48:19 -06:00
|
|
|
# data race(s) arising from OpenMP
|
|
|
|
|
race:__kmp_resume_template
|
|
|
|
|
race:__kmp_suspend_initialize_thread
|
|
|
|
|
|
2024-02-19 15:55:21 -08:00
|
|
|
# unlock of an unlocked mutex (or by a wrong thread)
|
|
|
|
|
mutex:libhsa-runtime64.so
|
2024-01-24 16:32:54 -06:00
|
|
|
|
2023-08-29 01:45:45 -05:00
|
|
|
# unlock of an unlocked mutex (or by a wrong thread)
|
|
|
|
|
mutex:librocm_smi64.so
|
2023-09-20 19:32:02 -05:00
|
|
|
|
|
|
|
|
# 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
|
2024-03-08 07:02:43 -08:00
|
|
|
|
2026-01-27 10:27:54 -08:00
|
|
|
# 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
|
|
|
|
|
|
2024-03-08 07:02:43 -08:00
|
|
|
# lock order inversion that cannot happen
|
2024-03-21 17:52:15 -05:00
|
|
|
mutex:source/lib/common/synchronized.hpp
|
2024-07-31 22:46:01 -05:00
|
|
|
|
|
|
|
|
# signal-unsafe function called from signal handler
|
|
|
|
|
signal:rocprofv3_error_signal_handler
|
2025-06-30 15:07:37 -05:00
|
|
|
|
2026-01-27 10:27:54 -08:00
|
|
|
# data race within perfetto internals (includes TracingMuxer and protozero)
|
2025-06-30 15:07:37 -05:00
|
|
|
race:perfetto::internal::
|
2026-01-27 10:27:54 -08:00
|
|
|
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
|