Status: Assigned
Owner: [email protected]
Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium

New issue 18268 by [email protected]: Uninitialised conditional in ui test  
BrowserTest.OtherRedirectsDontForkProcess on mac
http://code.google.com/p/chromium/issues/detail?id=18268

This seems somewhat repeatable here on mac.  Try
  sh tools/valgrind/chrome_tests.sh -t ui
--gtest_filter=BrowserTest.OtherRedirectsDontForkProcess
but really just look at the source.
Kinda looks like last_document_loaded_ needs to be
initialized in NavigationController::NavigationController().

Valgrind complains:

Conditional jump or move depends on uninitialised value(s)
   NavigationController::IsLikelyAutoNavigation(base::TimeTicks)
(chrome/browser/tab_contents/navigation_controller.cc:616)

NavigationController::RendererDidNavigateToNewPage(ViewHostMsg_FrameNavigate_Params
const&, bool*) (chrome/browser/tab_contents/navigation_controller.cc:652)

NavigationController::RendererDidNavigate(ViewHostMsg_FrameNavigate_Params
const&, NavigationController::LoadCommittedDetails*)
(chrome/browser/tab_contents/navigation_controller.cc:468)
   TabContents::DidNavigate(RenderViewHost*,
ViewHostMsg_FrameNavigate_Params const&)
(chrome/browser/tab_contents/tab_contents.cc:1839)
   RenderViewHost::OnMsgNavigate(IPC::Message const&)
(chrome/browser/renderer_host/render_view_host.cc:942)


--
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