2024-03-24 15:19:06 +00:00
|
|
|
# Note, this file is ignorelist file [1] not suppressions [2].
|
|
|
|
#
|
|
|
|
# [1]: https://clang.llvm.org/docs/SanitizerSpecialCaseList.html
|
|
|
|
# [2]: https://github.com/google/sanitizers/wiki/ThreadSanitizerSuppressions
|
|
|
|
#
|
2024-04-27 07:46:03 +00:00
|
|
|
# Caveats for generic entry "fun":
|
|
|
|
# - does not work for __attribute__((__always_inline__))
|
|
|
|
# - requires asterisk at the beginning *and* end for static functions
|
|
|
|
#
|
2024-04-26 12:46:04 +00:00
|
|
|
[thread]
|
2024-03-24 15:19:06 +00:00
|
|
|
# https://github.com/ClickHouse/ClickHouse/issues/55629
|
|
|
|
fun:rd_kafka_broker_set_nodename
|
|
|
|
# https://github.com/ClickHouse/ClickHouse/issues/60443
|
2024-04-27 07:46:03 +00:00
|
|
|
fun:*rd_avg_calc*
|
|
|
|
fun:*rd_avg_rollover*
|