OLD | NEW |
---|---|
1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 5180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5191 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile | 5191 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile |
5192 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv | 5192 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv |
5193 } | 5193 } |
5194 { | 5194 { |
5195 bug_102257 | 5195 bug_102257 |
5196 Memcheck:Cond | 5196 Memcheck:Cond |
5197 ... | 5197 ... |
5198 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb | 5198 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb |
5199 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb | 5199 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb |
5200 } | 5200 } |
5201 { | |
5202 bug_102327 | |
5203 Memcheck:Leak | |
5204 fun:_Znw* | |
5205 fun:_ZN15tracked_objects10ThreadData10InitializeEv | |
5206 fun:_ZN15tracked_objects10ThreadData30InitializeAndSetTrackingStatusEb | |
5207 fun:_ZN15tracked_objects10ThreadData29ShutdownSingleThreadedCleanupEb | |
jar (doing other things)
2011/11/01 03:55:15
This is an excellent example of a race to supress.
| |
5208 } | |
5201 | 5209 |
5202 #----------------------------------------------------------------------- | 5210 #----------------------------------------------------------------------- |
5203 # 4. These only occur on our Google workstations | 5211 # 4. These only occur on our Google workstations |
5204 { | 5212 { |
5205 bug_todo_freeres | 5213 bug_todo_freeres |
5206 Memcheck:Free | 5214 Memcheck:Free |
5207 fun:free | 5215 fun:free |
5208 fun:__libc_freeres | 5216 fun:__libc_freeres |
5209 fun:_vgnU_freeres | 5217 fun:_vgnU_freeres |
5210 fun:_Exit | 5218 fun:_Exit |
(...skipping 17 matching lines...) Expand all Loading... | |
5228 obj:/lib/libselinux.so.1 | 5236 obj:/lib/libselinux.so.1 |
5229 obj:/lib/libselinux.so.1 | 5237 obj:/lib/libselinux.so.1 |
5230 } | 5238 } |
5231 { | 5239 { |
5232 bug_todo_grep | 5240 bug_todo_grep |
5233 Memcheck:Leak | 5241 Memcheck:Leak |
5234 fun:malloc | 5242 fun:malloc |
5235 obj:/bin/grep | 5243 obj:/bin/grep |
5236 obj:/bin/grep | 5244 obj:/bin/grep |
5237 } | 5245 } |
OLD | NEW |