| OLD | NEW |
| 1 ############################ | 1 ############################ |
| 2 # Chromium | 2 # Chromium |
| 3 | 3 |
| 4 { | 4 { |
| 5 bug_23433 | 5 bug_23433 |
| 6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
| 7 fun:*logging*SetMinLogLevel* | 7 fun:*logging*SetMinLogLevel* |
| 8 } | 8 } |
| 9 | 9 |
| 10 { | 10 { |
| 11 bug_24419 | 11 bug_24419 |
| 12 ThreadSanitizer:Race | 12 ThreadSanitizer:Race |
| 13 fun:*BrowserProcessImpl*nspector*iles* | 13 fun:*BrowserProcessImpl*nspector*iles* |
| 14 } | 14 } |
| 15 | 15 |
| 16 { | 16 { |
| 17 bug_25915 | |
| 18 ThreadSanitizer:Race | |
| 19 fun:*browser_sync*BookmarkModelWorker* | |
| 20 } | |
| 21 | |
| 22 { | |
| 23 bug_37496 | 17 bug_37496 |
| 24 ThreadSanitizer:Race | 18 ThreadSanitizer:Race |
| 25 ... | 19 ... |
| 26 fun:*browser_sync*SyncShareIntercept*Observe* | 20 fun:*browser_sync*SyncShareIntercept*Observe* |
| 27 } | 21 } |
| 28 | 22 |
| 29 { | 23 { |
| 30 bug_46642a | 24 bug_46642a |
| 31 ThreadSanitizer:Race | 25 ThreadSanitizer:Race |
| 32 fun:*media*PipelineImpl*InitializeTask* | 26 fun:*media*PipelineImpl*InitializeTask* |
| 33 } | 27 } |
| 34 | 28 |
| 35 { | 29 { |
| 36 bug_46642b | 30 bug_46642b |
| 37 ThreadSanitizer:Race | 31 ThreadSanitizer:Race |
| 38 fun:*media*PipelineImpl*GetCurrentTime* | 32 fun:*media*PipelineImpl*GetCurrentTime* |
| 39 } | 33 } |
| 40 | 34 |
| 35 { |
| 36 bug_51890a |
| 37 ThreadSanitizer:Race |
| 38 ... |
| 39 fun:history::TopSites::GenerateCanonicalURLs* |
| 40 fun:history::TopSites::StoreMostVisited* |
| 41 } |
| 42 |
| 43 { |
| 44 bug_51890b |
| 45 ThreadSanitizer:Race |
| 46 ... |
| 47 fun:history::TopSites::SetPageThumbnail* |
| 48 fun:TabContents::UpdateThumbnail* |
| 49 } |
| 50 |
| 41 ############################ | 51 ############################ |
| 42 # Real races in third_party | 52 # Real races in third_party |
| 43 { | 53 { |
| 44 bug_23244 (libevent) | 54 bug_23244 (libevent) |
| 45 ThreadSanitizer:Race | 55 ThreadSanitizer:Race |
| 46 fun:event_* | 56 fun:event_* |
| 47 fun:event_* | 57 fun:event_* |
| 48 } | 58 } |
| 49 | 59 |
| 50 { | 60 { |
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 ThreadSanitizer:Race | 297 ThreadSanitizer:Race |
| 288 ... | 298 ... |
| 289 fun:gethostbyname2_r* | 299 fun:gethostbyname2_r* |
| 290 } | 300 } |
| 291 | 301 |
| 292 { | 302 { |
| 293 Benign race in nss (PR_EnterMonitor) | 303 Benign race in nss (PR_EnterMonitor) |
| 294 ThreadSanitizer:Race | 304 ThreadSanitizer:Race |
| 295 fun:PR_EnterMonitor | 305 fun:PR_EnterMonitor |
| 296 } | 306 } |
| OLD | NEW |