-
-
Notifications
You must be signed in to change notification settings - Fork 879
Expand file tree
/
Copy pathtsan.supp
More file actions
20 lines (15 loc) · 612 Bytes
/
tsan.supp
File metadata and controls
20 lines (15 loc) · 612 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Suppress races in CalcGmtOffset function which appears in both stacks
race:google::LogMessageTime::CalcGmtOffset
# Suppress races in bthread's TaskControl create_group
race:bthread::TaskControl::create_group
race:pthread_mutex_lock:bthread::TaskControl
# brpc time updates
race:brpc::GlobalUpdate
race:clock_gettime
# RocksDB has plenty of false positives
race:rocksdb
# Suppress data race in brpc thread creation and mutex lock
race:bthread::TaskControl::create_group
race:pthread_mutex_lock:brpc::GetGlobalEventDispatcher
race:rocksdb::Arena::AllocateNewBlock
race:std::__cxx11::basic_string::_M_mutate