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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 } | 258 } |
259 | 259 |
260 { | 260 { |
261 bug_84094_b (Could be benign. See bug for details) | 261 bug_84094_b (Could be benign. See bug for details) |
262 ThreadSanitizer:Race | 262 ThreadSanitizer:Race |
263 fun:sqlite3StatusSet | 263 fun:sqlite3StatusSet |
264 fun:pcache1Alloc | 264 fun:pcache1Alloc |
265 } | 265 } |
266 | 266 |
267 { | 267 { |
| 268 bug_84094_c (Could be benign. See bug for details) |
| 269 ThreadSanitizer:Race |
| 270 ... |
| 271 fun:pcache1Unpin |
| 272 fun:pcacheUnpin |
| 273 fun:sqlite3PcacheMakeClean |
| 274 fun:sqlite3PcacheCleanAll |
| 275 } |
| 276 |
| 277 |
| 278 { |
268 bug_84467_a (Could be benign. See bug for details) | 279 bug_84467_a (Could be benign. See bug for details) |
269 ThreadSanitizer:Race | 280 ThreadSanitizer:Race |
270 fun:unixTempFileDir | 281 fun:unixTempFileDir |
271 } | 282 } |
272 | 283 |
273 { | 284 { |
274 bug_84467_b (Could be benign. See bug for details) | 285 bug_84467_b (Could be benign. See bug for details) |
275 ThreadSanitizer:Race | 286 ThreadSanitizer:Race |
276 fun:pcache1Fetch | 287 fun:pcache1Fetch |
277 fun:sqlite3PcacheFetch | 288 fun:sqlite3PcacheFetch |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
527 tsanbug_62a | 538 tsanbug_62a |
528 ThreadSanitizer:Race | 539 ThreadSanitizer:Race |
529 fun:__memset_sse2 | 540 fun:__memset_sse2 |
530 } | 541 } |
531 | 542 |
532 { | 543 { |
533 tsanbug_62b | 544 tsanbug_62b |
534 ThreadSanitizer:Race | 545 ThreadSanitizer:Race |
535 fun:__GI_memcpy | 546 fun:__GI_memcpy |
536 } | 547 } |
OLD | NEW |