OLD | NEW |
1 ############################ | 1 ############################ |
2 # Chromium | 2 # Chromium |
3 | 3 |
4 { | 4 { |
5 bug_25385 (2) | 5 bug_25385 (2) |
6 ThreadSanitizer:Race | 6 ThreadSanitizer:Race |
7 ... | 7 ... |
8 fun:*base*Thread*~* | 8 fun:*base*Thread*~* |
9 } | 9 } |
10 | 10 |
11 { | 11 { |
12 Benign race durung InitializeClock | 12 Benign race durung InitializeClock |
13 ThreadSanitizer:Race | 13 ThreadSanitizer:Race |
14 ... | 14 ... |
15 fun:*InitializeClock* | 15 fun:*InitializeClock* |
16 } | 16 } |
17 | 17 |
18 { | |
19 bug_53837 | |
20 ThreadSanitizer:Race | |
21 fun:*talk_base*MessageQueueManager*Clear* | |
22 fun:*talk_base*~MessageHandler* | |
23 fun:*remoting*JingleThread*Run* | |
24 } | |
25 | |
26 ############################ | 18 ############################ |
27 # Reports on the guts of Windows | 19 # Reports on the guts of Windows |
28 { | 20 { |
29 UuidCreate | 21 UuidCreate |
30 ThreadSanitizer:Race | 22 ThreadSanitizer:Race |
31 ... | 23 ... |
32 fun:UuidCreate | 24 fun:UuidCreate |
33 } | 25 } |
34 | 26 |
35 { | 27 { |
(...skipping 22 matching lines...) Expand all Loading... |
58 fun:CoFreeAllLibraries | 50 fun:CoFreeAllLibraries |
59 } | 51 } |
60 { | 52 { |
61 accessing an invalid lock under exit/doexit | 53 accessing an invalid lock under exit/doexit |
62 ThreadSanitizer:InvalidLock | 54 ThreadSanitizer:InvalidLock |
63 fun:*~Lock* | 55 fun:*~Lock* |
64 ... | 56 ... |
65 fun:doexit | 57 fun:doexit |
66 fun:exit | 58 fun:exit |
67 } | 59 } |
OLD | NEW |