summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 10:46:16 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-20 10:46:16 +0000
commit2e3d3b636d1aeffc3ed4166ab7eca71fe497fb28 (patch)
treed90bbec129a1ef541020f3bec2865fff0b34bbcf
parentf3d8d6552e7b3afac0f24f0961f5790f79d84178 (diff)
downloadchromium_src-2e3d3b636d1aeffc3ed4166ab7eca71fe497fb28.zip
chromium_src-2e3d3b636d1aeffc3ed4166ab7eca71fe497fb28.tar.gz
chromium_src-2e3d3b636d1aeffc3ed4166ab7eca71fe497fb28.tar.bz2
Widen the suppression for bug 50936 once again; suppress memory leaks in RenderProcessHost
BUG=50936,52834 Review URL: http://codereview.chromium.org/3116028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56844 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/valgrind/memcheck/suppressions.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index e78fe43..a7c0b81 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3738,7 +3738,9 @@
...
fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
fun:*FactoryForOffTheRecordC*EP7Profile
+ ...
fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile
+ ...
fun:_ZN23OffTheRecordProfileImpl*Profile
fun:_ZN7Profile25CreateOffTheRecordProfileEv
fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
@@ -4178,3 +4180,16 @@
fun:_ZN11MessageLoop11RunInternalEv
fun:_ZN11MessageLoop10RunHandlerEv
}
+{
+ bug_52834
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev
+ fun:_ZN17RenderProcessHostC2EP7Profile
+ ...
+ fun:_ZN21MockRenderProcessHostC1EP7Profile
+ fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile
+ fun:_ZN12SiteInstance10GetProcessEv
+ fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix
+}