diff options
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/suppressions.txt | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/tools/valgrind/suppressions.txt b/tools/valgrind/suppressions.txt index f8e2a91a..4c67bdc 100644 --- a/tools/valgrind/suppressions.txt +++ b/tools/valgrind/suppressions.txt @@ -305,6 +305,19 @@ fun:pango_itemize_with_base_dir } { + # See http://crbug.com/6522 + bug_6522 + Memcheck:Param + write(buf) + obj:/lib32/libc-2.7.so + fun:new_do_write + fun:_IO_file_xsputn@@GLIBC_2.1 + fun:fwrite + fun:_ZN12DownloadFile16AppendDataToFileEPKci + fun:_ZN19DownloadFileManager14UpdateDownloadEiP14DownloadBuffer + fun:_ZN14RunnableMethodI19DownloadFileManagerMS0_FviP14DownloadBufferE6Tuple2IiS2_EE3RunEv +} +{ # See http://crbug.com/9450 v8_bindings_leak_crbug_9450 Memcheck:Leak @@ -354,24 +367,6 @@ fun:_ZN20NavigationController7LoadURLERK4GURLS2_j } { - # real leak; see http://crbug.com/10739 - bug_10739 - Memcheck:Leak - fun:_Znwj - fun:_ZN16DownloadShelfGtk11AddDownloadEP21BaseDownloadItemModel -} -{ - # real leak; see http://crbug.com/10560 - # TabGtk::TabGtk(TabGtk::TabDelegate*) sometimes in stack -> ... - bug_10560 - Memcheck:Leak - fun:_Znwj - ... - fun:_ZN11TabStripGtk13TabInsertedAtEP11TabContentsib - fun:_ZN13TabStripModel19InsertTabContentsAtEiP11TabContentsbb - fun:_ZN13TabStripModel14AddTabContentsEP11TabContentsijb -} -{ # see http://crbug.com/10737 bug_10737 Memcheck:Leak @@ -392,6 +387,14 @@ fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost } { + # one more from http://crbug.com/10747 + bug_10747b + Memcheck:Leak + fun:_Znwj + fun:_ZN18TabContentsViewGtk19CreateViewForWidgetEP16RenderWidgetHost + fun:_ZN11WebContents32CreateRenderViewForRenderManagerEP14RenderViewHost +} +{ # see http://crbug.com/10748 bug_10748 Memcheck:Leak |