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

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

Issue 8349007: Revert 106069 - Fix for Memory Leak 72698_b (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months 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 | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | 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 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3120 fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T 0_RK6Tuple1IT1_E 3120 fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T 0_RK6Tuple1IT1_E
3121 } 3121 }
3122 { 3122 {
3123 bug_72698_a 3123 bug_72698_a
3124 Memcheck:Leak 3124 Memcheck:Leak
3125 fun:_Znw* 3125 fun:_Znw*
3126 ... 3126 ...
3127 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile 3127 fun:_ZN13ProfileIOData20InitializeOnUIThreadEP7Profile
3128 } 3128 }
3129 { 3129 {
3130 bug_72698_b
3131 Memcheck:Leak
3132 fun:_Znw*
3133 ...
3134 fun:_ZNK13ProfileIOData14LazyInitializeEv
3135 }
3136 {
3130 bug_73132 3137 bug_73132
3131 Memcheck:Leak 3138 Memcheck:Leak
3132 fun:_Znw* 3139 fun:_Znw*
3133 fun:_Z11NewCallbackIN5media12PipelineImplERKNS0_18PipelineStatisticsEEPN9Call back1IT0_E4TypeEPT_MSA_FvS6_E 3140 fun:_Z11NewCallbackIN5media12PipelineImplERKNS0_18PipelineStatisticsEEPN9Call back1IT0_E4TypeEPT_MSA_FvS6_E
3134 fun:_ZN5media12PipelineImpl2*Initialize* 3141 fun:_ZN5media12PipelineImpl2*Initialize*
3135 fun:_ZN5media12PipelineImpl14InitializeTaskEv 3142 fun:_ZN5media12PipelineImpl14InitializeTaskEv
3136 } 3143 }
3137 { 3144 {
3138 bug_73299 3145 bug_73299
3139 Memcheck:Leak 3146 Memcheck:Leak
(...skipping 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
4831 } 4838 }
4832 { 4839 {
4833 bug_todo_getdelim2 4840 bug_todo_getdelim2
4834 Memcheck:Leak 4841 Memcheck:Leak
4835 fun:malloc 4842 fun:malloc
4836 fun:getdelim 4843 fun:getdelim
4837 obj:/lib/libselinux.so.1 4844 obj:/lib/libselinux.so.1
4838 obj:/lib/libselinux.so.1 4845 obj:/lib/libselinux.so.1
4839 obj:/lib/libselinux.so.1 4846 obj:/lib/libselinux.so.1
4840 } 4847 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698