Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-1 OS-All Area-Misc stable
New issue 6737 by [email protected]: DCHECK in NavigationController::ClassifyNavigation http://code.google.com/p/chromium/issues/detail?id=6737 I hit this in tot as of about 1/20/9. Here's the trace: chrome.dll!DebugUtil::BreakDebugger() Line 101 C++ chrome.dll!logging::LogMessage::~LogMessage() Line 514 C++ > chrome.dll!NavigationController::ClassifyNavigation(const ViewHostMsg_FrameNavigate_Params & params={...}) Line 630 + 0x60 bytes C++ chrome.dll!NavigationController::RendererDidNavigate(const ViewHostMsg_FrameNavigate_Params & params={...}, NavigationController::LoadCommittedDetails * details=0x0012f064) Line 562 C++ chrome.dll!WebContents::DidNavigate(RenderViewHost * rvh=0x08542f78, const ViewHostMsg_FrameNavigate_Params & params={...}) Line 707 + 0x2e bytes C++ chrome.dll!RenderViewHost::OnMsgNavigate(const IPC::Message & msg={...}) Line 861 C++ chrome.dll!RenderViewHost::OnMessageReceived(const IPC::Message & msg={...}) Line 654 + 0x8 bytes C++ chrome.dll!BrowserRenderProcessHost::OnMessageReceived(const IPC::Message & msg={...}) Line 574 + 0xa bytes C++ chrome.dll!RunnableMethod<CancelableRequest<CallbackRunner<Tuple5<int,bool,scoped_refptr<RefCountedVector<unsigned char> >,bool,GURL> > >,void (__thiscall CancelableRequest<CallbackRunner<Tuple5<int,bool,scoped_refptr<RefCountedVector<unsigned char> >,bool,GURL> > >::*)(Tuple5<int,bool,scoped_refptr<RefCountedVector<unsigned char> >,bool,GURL> const &),Tuple1<Tuple5<int,bool,scoped_refptr<RefCountedVector<unsigned char> >,bool,GURL> > >::Run() Line 312 + 0xf bytes C++ chrome.dll!MessageLoop::RunTask(Task * task=0x099d1c40) Line 309 C++ chrome.dll!MessageLoop::DoWork() Line 416 C++ chrome.dll!base::MessagePumpForUI::DoRunLoop() Line 209 C++ chrome.dll!base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate * delegate=0x0012f8d0, base::MessagePumpWin::Dispatcher * dispatcher=0x00cad6b8) Line 54 C++ chrome.dll!MessageLoop::RunInternal() Line 192 + 0xc bytes C++ chrome.dll!MessageLoop::RunHandler() Line 181 C++ chrome.dll!MessageLoopForUI::Run(base::MessagePumpWin::Dispatcher * dispatcher=0x00cad6b8) Line 559 C++ chrome.dll!BrowserMain(const MainFunctionParams & parameters={...}) Line 540 C++ chrome.dll!ChromeMain(HINSTANCE__ * instance=0x00400000, sandbox::SandboxInterfaceInfo * sandbox_info=0x0012fcfc, wchar_t * command_line=0x000208b6) Line 310 + 0xc bytes C++ chrome.exe!wWinMain(HINSTANCE__ * instance=0x00400000, HINSTANCE__ * prev_instance=0x00000000, wchar_t * command_line=0x000208b6, int __formal=1) Line 93 + 0x17 bytes C++ chrome.exe!__tmainCRTStartup() Line 324 + 0x1c bytes C kernel32.dll!7c817067() [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] Here's params: - params {page_id=3 url={...} referrer={...} ...} const ViewHostMsg_FrameNavigate_Params & page_id 3 int + url {spec_="chrome://new-tab/" is_valid_=true parsed_={...} } GURL + referrer {spec_="" is_valid_=false parsed_={...} } GURL transition 1 int + redirects [1]({spec_="chrome://new-tab/" is_valid_=true parsed_={...} }) std::vector<GURL,std::allocator<GURL> > should_update_history true bool + searchable_form_url {spec_="" is_valid_=false parsed_={...} } GURL + searchable_form_element_name "" std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > + searchable_form_encoding "" std::basic_string<char,std::char_traits<char>,std::allocator<char> > + password_form {scheme=SCHEME_HTML signon_realm="" origin={...} ...} PasswordForm + security_info "" std::basic_string<char,std::char_traits<char>,std::allocator<char> > gesture NavigationGestureUnknown NavigationGesture + contents_mime_type "text/html" std::basic_string<char,std::char_traits<char>,std::allocator<char> > is_post false bool is_content_filtered false bool (this happened on creating a new tab) This was a release build, so I don't have everything around. According to VS 'this' is NULL, but that may just be because its a release build. -- 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 -~----------~----~----~----~------~----~------~--~---
