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

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

Issue 7529040: Leaks in GetWebKitPrefs on CrOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « 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 three kinds of suppressions in this file. 1 # There are three 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 4944 matching lines...) Expand 10 before | Expand all | Expand 10 after
4955 fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE 4955 fun:_ZN25TestingAutomationProvider17OnMessageReceivedERKN3IPC7MessageE
4956 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE 4956 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
4957 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E 4957 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E
4958 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv 4958 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv
4959 } 4959 }
4960 { 4960 {
4961 bug_90400 4961 bug_90400
4962 Memcheck:Leak 4962 Memcheck:Leak
4963 fun:_Znw* 4963 fun:_Znw*
4964 fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv 4964 fun:_ZN11ProfileImpl24GetUserStyleSheetWatcherEv
4965 fun:_ZN28RenderViewHostDelegateHelper14GetWebkitPrefsEP7Profileb 4965 fun:_ZN28RenderViewHostDelegateHelper14GetWebkitPrefs*
4966 fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefsEP7Profileb 4966 fun:_ZN6chrome26ChromeContentBrowserClient14GetWebkitPrefs*
4967 fun:_ZN11TabContents14GetWebkitPrefsEv 4967 fun:_ZN11TabContents14GetWebkitPrefsEv
4968 } 4968 }
4969 { 4969 {
4970 bug_90487 4970 bug_90487
4971 Memcheck:Leak 4971 Memcheck:Leak
4972 fun:_Znw* 4972 fun:_Znw*
4973 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo cateEjPKv 4973 fun:_ZN9__gnu_cxx13new_allocatorISt10_List_nodeIPN5quota11QuotaClientEEE8allo cateEjPKv
4974 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv 4974 fun:_ZNSt10_List_baseIPN5quota11QuotaClientESaIS2_EE11_M_get_nodeEv
4975 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_ 4975 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE14_M_create_nodeERKS2_
4976 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2 _ERKS2_ 4976 fun:_ZNSt4listIPN5quota11QuotaClientESaIS2_EE9_M_insertESt14_List_iteratorIS2 _ERKS2_
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
5470 } 5470 }
5471 { 5471 {
5472 bug_todo_getdelim2 5472 bug_todo_getdelim2
5473 Memcheck:Leak 5473 Memcheck:Leak
5474 fun:malloc 5474 fun:malloc
5475 fun:getdelim 5475 fun:getdelim
5476 obj:/lib/libselinux.so.1 5476 obj:/lib/libselinux.so.1
5477 obj:/lib/libselinux.so.1 5477 obj:/lib/libselinux.so.1
5478 obj:/lib/libselinux.so.1 5478 obj:/lib/libselinux.so.1
5479 } 5479 }
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