Status: Assigned Owner: [email protected] Labels: Type-Bug Pri-1 OS-All Area-Misc Mstone-2.0
New issue 9087 by [email protected]: DCHECK in ChromeURLRequestContext::CreateOriginalForMedia http://code.google.com/p/chromium/issues/detail?id=9087 What steps will reproduce the problem? 1. Launch Chrome. 2. Hit control-shift-n 3. DCHECK is hit. Here's the trace: chrome.dll!DebugUtil::BreakDebugger() Line 102 C++ chrome.dll!logging::LogMessage::~LogMessage() Line 530 C++ > chrome.dll!ChromeURLRequestContext::CreateOriginalForMedia(Profile * profile=0x05c5e360, const FilePath & disk_cache_path={...}) Line 112 C++ chrome.dll!ChromeURLRequestContext::CreateOffTheRecordForMedia(Profile * profile=0x05c5e360, const FilePath & disk_cache_path={...}) Line 172 + 0xd bytes C++ chrome.dll!OffTheRecordProfileImpl::GetRequestContextForMedia() Line 220 + 0xd bytes C++ chrome.dll!ResourceMessageFilter::ResourceMessageFilter(ResourceDispatcherH ost * resource_dispatcher_host=0x05274090, AudioRendererHost * audio_renderer_host=0x05c7f4d8, PluginService * plugin_service=0x051b9870, printing::PrintJobManager * print_job_manager=0x003ec9d0, Profile * profile=0x05c5e360, RenderWidgetHelper * render_widget_helper=0x05c7da10, SpellChecker * spellchecker=0x052705a8) Line 119 + 0x12c bytes C++ chrome.dll!BrowserRenderProcessHost::Init() Line 201 + 0xbf bytes C++ chrome.dll!RenderViewHost::CreateRenderView() Line 138 + 0x23 bytes C++ chrome.dll!WebContents::CreateRenderViewForRenderManager(RenderViewHost * render_view_host=0x05c7d6c8) Line 1588 + 0xf bytes C++ chrome.dll!RenderViewHostManager::Navigate(const NavigationEntry & entry={...}) Line 84 + 0x1a bytes C++ chrome.dll!WebContents::NavigateToPendingEntry(bool reload=false) Line 409 + 0x12 bytes C++ chrome.dll!NavigationController::NavigateToPendingEntry(bool reload=false) Line 1026 + 0x13 bytes C++ chrome.dll!NavigationController::LoadEntry(NavigationEntry * entry=0x05c7eac8) Line 264 C++ chrome.dll!NavigationController::LoadURL(const GURL & url={...}, const GURL & referrer={...}, unsigned int transition=1) Line 511 C++ chrome.dll!Browser::CreateTabContentsForURL(const GURL & url={...}, const GURL & referrer={...}, Profile * profile=0x05c5e360, unsigned int transition=1, bool defer_load=false, SiteInstance * instance=0x00000000) Line 1328 C++ chrome.dll!TabStripModel::AddBlankTab(bool foreground=true) Line 341 + 0x50 bytes C++ chrome.dll!Browser::AddBlankTab(bool foreground=true) Line 205 C++ chrome.dll!Browser::OpenEmptyWindow(Profile * profile=0x05c5e360) Line 296 C++ chrome.dll!Browser::NewIncognitoWindow() Line 632 + 0x22 bytes C++ chrome.dll!Browser::ExecuteCommand(int id=34001) Line 1127 + 0xb bytes C++ chrome.dll!BrowserView::AcceleratorPressed(const views::Accelerator & accelerator={...}) Line 362 + 0x2f bytes C++ chrome.dll!views::FocusManager::ProcessAccelerator(const views::Accelerator & accelerator={...}, bool prioritary_accelerators_only=true) Line 785 + 0x12 bytes C++ chrome.dll!views::FocusManager::OnKeyDown(HWND__ * window=0x016207d6, unsigned int message=256, unsigned int wparam=78, long lparam=3211265) Line 435 + 0xe bytes C++ chrome.dll!views::AcceleratorHandler::Dispatch(const tagMSG & msg={...}) Line 22 + 0x23 bytes C++ chrome.dll!base::MessagePumpForUI::ProcessMessageHelper(const tagMSG & msg={...}) Line 356 + 0x1f bytes C++ chrome.dll!base::MessagePumpForUI::ProcessNextWindowsMessage() Line 335 + 0xc bytes C++ chrome.dll!base::MessagePumpForUI::DoRunLoop() Line 204 + 0x8 bytes C++ chrome.dll!base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Deleg ate * delegate=0x0012f71c, base::MessagePumpWin::Dispatcher * dispatcher=0x051c04e0) Line 52 + 0xf bytes C++ chrome.dll!MessageLoop::RunInternal() Line 193 C++ chrome.dll!MessageLoop::RunHandler() Line 181 C++ chrome.dll!MessageLoopForUI::Run(base::MessagePumpWin::Dispatcher * dispatcher=0x051c04e0) Line 567 C++ chrome.dll!`anonymous namespace'::RunUIMessageLoop(BrowserProcess * browser_process=0x003ea658) Line 182 C++ chrome.dll!BrowserMain(const MainFunctionParams & parameters={...}) Line 561 + 0x11 bytes C++ chrome.dll!ChromeMain(HINSTANCE__ * instance=0x00400000, sandbox::SandboxInterfaceInfo * sandbox_info=0x0012fe80, wchar_t * command_line=0x000209aa) Line 415 + 0xc bytes C++ chrome.exe!wWinMain(HINSTANCE__ * instance=0x00400000, HINSTANCE__ * prev_instance=0x00000000, wchar_t * command_line=0x000209aa, int __formal=1) Line 102 + 0x12 bytes C++ chrome.exe!__tmainCRTStartup() Line 324 + 0x35 bytes C chrome.exe!wWinMainCRTStartup() Line 196 C kernel32.dll!7c817067() [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] I'm making this a 1 as it's a DCHECK. Alpha, I'm passing your way as you seem to have last modified the line the DCHECK is on. -- 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 -~----------~----~----~----~------~----~------~--~---
