summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 11:29:21 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 11:29:21 +0000
commit9b4482036a9dd2cf3d1d7330a44e237b974c5cec (patch)
tree23efb57d5dbb9099b7465640a1d1b923911602c1 /tools/valgrind
parentf1417152d41e2e9b91f192d39a6fa9e55455e904 (diff)
downloadchromium_src-9b4482036a9dd2cf3d1d7330a44e237b974c5cec.zip
chromium_src-9b4482036a9dd2cf3d1d7330a44e237b974c5cec.tar.gz
chromium_src-9b4482036a9dd2cf3d1d7330a44e237b974c5cec.tar.bz2
Suppress leaks from ProfileIOData (issue 72689)
BUG=72698 TBR=willchan Review URL: http://codereview.chromium.org/6486030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74586 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt59
1 files changed, 59 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 3605438..e88c7c3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3795,3 +3795,62 @@
fun:_ZN12RenderThread15OnCreateNewViewERK18ViewMsg_New_Params
fun:_Z16DispatchToMethodI12RenderThreadMS0_FvRK18ViewMsg_New_ParamsES1_EvPT_T0_RK6Tuple1IT1_E
}
+{
+ bug_72698_a
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN13ProfileIOData23InitializeProfileParamsEP7ProfilePNS_13ProfileParamsE
+ fun:_ZNK17ProfileImplIOData6Handle14LazyInitializeEv
+ fun:_ZNK17ProfileImplIOData6Handle27GetMainRequestContextGetterEv
+ fun:_ZN11ProfileImpl17GetRequestContextEv
+ fun:_ZN19SafeBrowsingService5StartEv
+ fun:_ZN19SafeBrowsingService10InitializeEv
+ fun:_ZN22ResourceDispatcherHost10InitializeEv
+ fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
+ fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
+ fun:_ZN16ExtensionService4InitEv
+ fun:_ZN11ProfileImpl14InitExtensionsEv
+ fun:_ZN14ProfileManager10AddProfileEP7Profileb
+ fun:_ZN14ProfileManager10GetProfileERK8FilePathb
+ fun:_ZN14ProfileManager10GetProfileERK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
+ fun:*13CreateProfileERK18MainFunctionParamsRK8FilePath
+ fun:_Z11BrowserMainRK18MainFunctionParams
+}
+{
+ bug_72698_b
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZNK13ProfileIOData14LazyInitializeEv
+ fun:_ZNK13ProfileIOData21GetMainRequestContextEv
+ fun:*14FactoryForMain6CreateEv
+ fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv
+}
+{
+ bug_72698_c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:*27ChromeCookieMonsterDelegateC1EP7Profile
+ fun:_ZN13ProfileIOData23InitializeProfileParamsEP7ProfilePNS_13ProfileParamsE
+ fun:_ZNK25OffTheRecordProfileIOData6Handle14LazyInitializeEv
+ fun:_ZNK25OffTheRecordProfileIOData6Handle27GetMainRequestContextGetterEv
+ fun:_ZN23OffTheRecordProfileImpl17GetRequestContextEv
+ fun:_ZN26BrowsingDataAppCacheHelperC2EP7Profile
+ fun:_ZN32CannedBrowsingDataAppCacheHelperC1EP7Profile
+ fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainerC1EP7Profile
+ fun:_ZN26TabSpecificContentSettingsC1EPNS_8DelegateEP7Profile
+ fun:_ZN11TabContentsC1EP7ProfileP12SiteInstanceiPKS_P23SessionStorageNamespace
+ fun:_ZN7Browser18TabContentsFactoryEP7ProfileP12SiteInstanceiPK11TabContentsP23SessionStorageNamespace
+ fun:_ZN7browser8NavigateEPNS_14NavigateParamsE
+ fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE
+ fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE
+ fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE
+ fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb
+ fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi
+ fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_
+ fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi
+ fun:_Z11BrowserMainRK18MainFunctionParams
+}
+