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
|
|
|
|
|
|
|
|
# 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
|