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

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

Issue 7237048: Suppresses leaks in ProfileImpl::OnPrefsLoaded (issue 88640) and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | « tools/heapcheck/suppressions.txt ('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 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 4801 matching lines...) Expand 10 before | Expand all | Expand 10 after
4812 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE 4812 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
4813 fun:_ZN7Profile13CreateProfileERK8FilePath 4813 fun:_ZN7Profile13CreateProfileERK8FilePath
4814 fun:_ZN14ProfileManager10GetProfileERK8FilePath 4814 fun:_ZN14ProfileManager10GetProfileERK8FilePath
4815 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath 4815 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
4816 fun:_ZN12_GLOBAL__N_113CreateProfileERK18MainFunctionParamsRK8FilePath 4816 fun:_ZN12_GLOBAL__N_113CreateProfileERK18MainFunctionParamsRK8FilePath
4817 fun:_Z11BrowserMainRK18MainFunctionParams 4817 fun:_Z11BrowserMainRK18MainFunctionParams
4818 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams 4818 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams
4819 fun:ChromeMain 4819 fun:ChromeMain
4820 fun:main 4820 fun:main
4821 } 4821 }
4822 {
4823 bug_88735
4824 Memcheck:Leak
4825 fun:_Znw*
4826 fun:_ZNK23ProtocolHandlerRegistry14MaybeCreateJobEPN3net10URLRequestE
4827 fun:_Z*11MakeRequestRK4GURLP23ProtocolHandlerRegistry
4828 fun:_Z18DispatchToFunctionIPFvRK4GURLP23ProtocolHandlerRegistryES0_13scoped_r efptrIS3_EEvT_RK6Tuple2IT0_T1_E
4829 fun:_ZN16RunnableFunctionIPFvRK4GURLP23ProtocolHandlerRegistryE6Tuple2IS0_13s coped_refptrIS3_EEE3RunEv
4830 fun:*18TaskClosureAdapter3RunEv
4831 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN12_GLOBAL__N_118Ta skClosureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE
4832 }
4833 {
4834 bug_88640_a
4835 Memcheck:Leak
4836 fun:_Znw*
4837 fun:_ZN11ProfileImpl30InitRegisteredProtocolHandlersEv
4838 fun:_ZN11ProfileImpl11DoFinalInitEv
4839 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
4840 }
4841 {
4842 bug_88640_b
4843 Memcheck:Leak
4844 ...
4845 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
4846 ...
4847 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
4848 }
4822 4849
4823 #----------------------------------------------------------------------- 4850 #-----------------------------------------------------------------------
4824 # These only occur on our Google workstations 4851 # These only occur on our Google workstations
4825 { 4852 {
4826 bug_todo_freeres 4853 bug_todo_freeres
4827 Memcheck:Free 4854 Memcheck:Free
4828 fun:free 4855 fun:free
4829 fun:__libc_freeres 4856 fun:__libc_freeres
4830 fun:_vgnU_freeres 4857 fun:_vgnU_freeres
4831 fun:_Exit 4858 fun:_Exit
(...skipping 11 matching lines...) Expand all
4843 { 4870 {
4844 bug_todo_getdelim2 4871 bug_todo_getdelim2
4845 Memcheck:Leak 4872 Memcheck:Leak
4846 fun:malloc 4873 fun:malloc
4847 fun:getdelim 4874 fun:getdelim
4848 obj:/lib/libselinux.so.1 4875 obj:/lib/libselinux.so.1
4849 obj:/lib/libselinux.so.1 4876 obj:/lib/libselinux.so.1
4850 obj:/lib/libselinux.so.1 4877 obj:/lib/libselinux.so.1
4851 } 4878 }
4852 4879
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698