summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-02 12:14:09 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-02 12:14:09 +0000
commitb358bba5374a066a9cd75a9962a7cf74145158b2 (patch)
tree06f035138ae88d00846937d39328f32d764862c8 /tools
parente51a04e19751bab5783e373fd0eb2bac964c1784 (diff)
downloadchromium_src-b358bba5374a066a9cd75a9962a7cf74145158b2.zip
chromium_src-b358bba5374a066a9cd75a9962a7cf74145158b2.tar.gz
chromium_src-b358bba5374a066a9cd75a9962a7cf74145158b2.tar.bz2
Suppress memory leak in CrOS/UI (bug 50934)
BUG=50934 TBR=glider Review URL: http://codereview.chromium.org/3029047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54531 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 35c355a..8368198 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3738,3 +3738,29 @@
fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestERK16URLRequestStatusRKSs
fun:_ZN18ResourceDispatcher17OnRequestCompleteEiRK16URLRequestStatusRKSs
}
+{
+ bug_50934
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsSsEEE8allocateEjPKv
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE11_M_get_nodeEv
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE14_M_create_nodeERKS2_
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseSA_RKS2_
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_ESt4lessISsESaIS2_EE16_M_insert_uniqueESt17_Rb_tree_iteratorIS2_ERKS2_
+ fun:_ZNSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE6insertESt17_Rb_tree_iteratorIS4_ERKS4_
+ fun:_ZNSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEixERS3_
+ fun:_ZN11CommandLine18AppendSwitchNativeERKSsS1_
+ fun:_ZN11CommandLine17AppendSwitchASCIIERKSsS1_
+ fun:_ZNK24BrowserRenderProcessHost25AppendRendererCommandLineEP11CommandLine
+ fun:_ZN24BrowserRenderProcessHost4InitEbP23URLRequestContextGetter
+ fun:_ZN14RenderViewHost16CreateRenderViewEP23URLRequestContextGetterRKSbItN4base20string16_char_traitsESaItEE
+ fun:_ZN11TabContents32CreateRenderViewForRenderManagerEP14RenderViewHost
+ fun:_ZN21RenderViewHostManager14InitRenderViewEP14RenderViewHostRK15NavigationEntry
+ fun:_ZN21RenderViewHostManager23CreatePendingRenderViewERK15NavigationEntryP12SiteInstance
+ fun:_ZN21RenderViewHostManager30UpdateRendererStateForNavigateERK15NavigationEntry
+ fun:_ZN21RenderViewHostManager8NavigateERK15NavigationEntry
+ fun:_ZN11TabContents22NavigateToPendingEntryEN20NavigationController10ReloadTypeE
+ fun:_ZN20NavigationController22NavigateToPendingEntryENS_10ReloadTypeE
+ fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
+ fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
+}