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

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

Issue 8533031: Suppress leak induced during thread cleanup allocation (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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 # 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 5167 matching lines...) Expand 10 before | Expand all | Expand 10 after
5178 fun:_ZN15tracked_objects10ThreadData3?TallyRunOn*ThreadIfTrackingE* 5178 fun:_ZN15tracked_objects10ThreadData3?TallyRunOn*ThreadIfTrackingE*
5179 } 5179 }
5180 { 5180 {
5181 bug_102327c 5181 bug_102327c
5182 Memcheck:Leak 5182 Memcheck:Leak
5183 fun:_Znw* 5183 fun:_Znw*
5184 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE 5184 fun:_ZN15tracked_objects10ThreadData11TallyABirthERKNS_8LocationE
5185 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE 5185 fun:_ZN15tracked_objects10ThreadData19TallyABirthIfActiveERKNS_8LocationE
5186 } 5186 }
5187 { 5187 {
5188 Intentional leak of stl map during thread cleanup in profiler
5189 Memcheck:Leak
5190 fun:_Znw*
5191 fun:_ZNK15tracked_objects10ThreadData26OnThreadTerminationCleanupEv
5192 }
5193 {
5188 bug_102614 5194 bug_102614
5189 Memcheck:Leak 5195 Memcheck:Leak
5190 fun:_Znw* 5196 fun:_Znw*
5191 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Ver sion 5197 fun:_ZN12*FinishPepperFlashUpdateRegistrationEP22ComponentUpdateServiceRK7Ver sion
5192 } 5198 }
5193 { 5199 {
5194 bug_102622 5200 bug_102622
5195 Memcheck:Cond 5201 Memcheck:Cond
5196 fun:bcmp 5202 fun:bcmp
5197 fun:_ZN31InputEventFilterTest_Basic_Test8TestBodyEv 5203 fun:_ZN31InputEventFilterTest_Basic_Test8TestBodyEv
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
5269 obj:/lib/libselinux.so.1 5275 obj:/lib/libselinux.so.1
5270 obj:/lib/libselinux.so.1 5276 obj:/lib/libselinux.so.1
5271 } 5277 }
5272 { 5278 {
5273 bug_todo_grep 5279 bug_todo_grep
5274 Memcheck:Leak 5280 Memcheck:Leak
5275 fun:malloc 5281 fun:malloc
5276 obj:/bin/grep 5282 obj:/bin/grep
5277 obj:/bin/grep 5283 obj:/bin/grep
5278 } 5284 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698