Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: tools/valgrind/tsan/suppressions.txt

Issue 7046067: [Sync] Fix use of ObserverList by multiple threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/syncable/syncable.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/syncable/syncable.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698