OLD | NEW |
1 ############################ | 1 ############################ |
2 # Real races in Chromium | 2 # Real races in Chromium |
3 { | 3 { |
4 bug_23433 | 4 bug_23433 |
5 ThreadSanitizer:Race | 5 ThreadSanitizer:Race |
6 fun:*logging*SetMinLogLevel* | 6 fun:*logging*SetMinLogLevel* |
7 } | 7 } |
8 | 8 |
9 { | 9 { |
10 bug_24419 | 10 bug_24419 |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 { | 110 { |
111 bug_72548 | 111 bug_72548 |
112 ThreadSanitizer:Race | 112 ThreadSanitizer:Race |
113 ... | 113 ... |
114 fun:JSC::Yarr::Interpreter::*Disjunction* | 114 fun:JSC::Yarr::Interpreter::*Disjunction* |
115 fun:JSC::Yarr::Interpreter::interpret* | 115 fun:JSC::Yarr::Interpreter::interpret* |
116 fun:JSC::Yarr::interpret* | 116 fun:JSC::Yarr::interpret* |
117 } | 117 } |
118 | 118 |
119 { | 119 { |
120 bug_82279 | |
121 ThreadSanitizer:Race | |
122 ... | |
123 fun:ObserverListBase::Iterator::Iterator | |
124 fun:syncable::BaseTransaction::NotifyTransactionChangingAndEnding | |
125 } | |
126 | |
127 { | |
128 bug_83564 | 120 bug_83564 |
129 ThreadSanitizer:Race | 121 ThreadSanitizer:Race |
130 fun:base::Thread::message_loop | 122 fun:base::Thread::message_loop |
131 fun:BrowserThread::IsMessageLoopValid | 123 fun:BrowserThread::IsMessageLoopValid |
132 fun:ThreadWatcherList::StartWatchingAll | 124 fun:ThreadWatcherList::StartWatchingAll |
133 } | 125 } |
134 | 126 |
135 ############################ | 127 ############################ |
136 # Benign races in Chromium | 128 # Benign races in Chromium |
137 { | 129 { |
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 tsanbug_62a | 538 tsanbug_62a |
547 ThreadSanitizer:Race | 539 ThreadSanitizer:Race |
548 fun:__memset_sse2 | 540 fun:__memset_sse2 |
549 } | 541 } |
550 | 542 |
551 { | 543 { |
552 tsanbug_62b | 544 tsanbug_62b |
553 ThreadSanitizer:Race | 545 ThreadSanitizer:Race |
554 fun:__GI_memcpy | 546 fun:__GI_memcpy |
555 } | 547 } |
OLD | NEW |