summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/memcheck
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 22:29:20 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-29 22:29:20 +0000
commit166cf5d5cef912f5a1ee5383d39b853bc863d2c9 (patch)
tree5d8e61fa211d2a15acec4f112516c6f9b9f285be /tools/valgrind/memcheck
parent9ec206e8b676533228ec2edb51273c4715fc8d31 (diff)
downloadchromium_src-166cf5d5cef912f5a1ee5383d39b853bc863d2c9.zip
chromium_src-166cf5d5cef912f5a1ee5383d39b853bc863d2c9.tar.gz
chromium_src-166cf5d5cef912f5a1ee5383d39b853bc863d2c9.tar.bz2
Suppress extensions leak on Mac.
BUG=42880 Review URL: http://codereview.chromium.org/1784011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck')
-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 24b104d..5b1c266 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -2700,3 +2700,29 @@
fun:_ZN11MessageLoop11RunInternalEv
fun:_ZN11MessageLoop10RunHandlerEv
}
+{
+ bug_42880
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKSsSt3setIiSt4lessIiESaIiEEEEE8allocateEmPKv
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE11_M_get_nodeEv
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE14_M_create_nodeERKS7_
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSE_RKS7_
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE13insert_uniqueERKS7_
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE13insert_uniqueESt17_Rb_tree_iteratorIS7_ERKS7_
+ fun:_ZNSt3mapISsSt3setIiSt4lessIiESaIiEES1_ISsESaISt4pairIKSsS4_EEE6insertESt17_Rb_tree_iteratorIS8_ERKS8_
+ fun:_ZNSt3mapISsSt3setIiSt4lessIiESaIiEES1_ISsESaISt4pairIKSsS4_EEEixERS7_
+ fun:_ZN23ExtensionMessageService24DispatchEventToRenderersERKSsS1_bRK4GURL
+ fun:_ZL13DispatchEventP7ProfilePKcSs
+ fun:_ZN27ExtensionBrowserEventRouter12TabClosingAtEP11TabContentsi
+ fun:_ZN13TabStripModel16InternalCloseTabEP11TabContentsib
+ fun:_ZN13TabStripModel17InternalCloseTabsESt6vectorIiSaIiEEb
+ fun:_ZN13TabStripModel12CloseAllTabsEv
+ fun:_ZN7Browser12CloseAllTabsEv
+ fun:_ZN7Browser15OnWindowClosingEv
+ fun:-[BrowserWindowController windowShouldClose:]
+ fun:-[NSWindow _document:shouldClose:contextInfo:]
+ fun:-[NSWindow __close]
+ fun:-[NSWindow _close:]
+ fun:-[NSApplication sendAction:to:from:]
+}