Status: Untriaged
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-Linux Area-Misc Size-Medium Valgrind

New issue 16103 by [email protected]: Memory leak in HandleGetShownSections
http://code.google.com/p/chromium/issues/detail?id=16103

Happens in three ui tests:
AutomationProxyTest.AutocompleteParallelProxy
TabRestoreUITest.RestoreIntoSameWindow
TabRestoreUITest.RestoreWindow

Reproduce with e.g.
sh tools/valgrind/chrome_tests.sh -t ui  
--gtest_filter=TabRestoreUITest.RestoreWindow

Valgrind complains

16 bytes in 1 blocks are definitely lost in loss record 89 of 520
    at operator new(unsigned int) (vg_replace_malloc.c:212)
    by ShownSectionsHandler::HandleGetShownSections(Value const*)
(shown_sections_handler.cc:22)
    by CallbackImpl<ShownSectionsHandler, void  
(ShownSectionsHandler::*)(Value const*),
Tuple1<Value const*> >::RunWithParams(Tuple1<Value const*> const&)  
(tuple.h:422)
    by DOMUI::ProcessDOMUIMessage(std::string const&, std::string const&,  
int, bool)
(task.h:536)
    by TabContents::ProcessDOMUIMessage(std::string const&, std::string  
const&, int, bool)
(tab_contents.cc:1877)
    by RenderViewHost::OnMsgDOMUISend(std::string const&, std::string const&)
(render_view_host.cc:1072)


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to