My favorites | Sign in
Logo
             
New issue | Search
for
| Advanced search | Search tips
Issue 4832: Chrome: Crash Report - Stack Signature: views::FocusManager::OnNCDestroy(HWND__ *)-A71BA4
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 4714
Owner:  laforge@chromium.org
Closed:  Dec 2008
Type-Bug
Pri-1
OS-All
Area-BrowserUI
Crash
Crash-0.4.154.25


Sign in to add a comment
 
Reported by jasneet@chromium.org, Nov 26, 2008
The full crash report details can be found at: 
http://go/crash/reportdetail?
reportid=76c282e19a56f255&product=Chrome&version=0.4.154.25&signature=views
%3A%3AFocusManager%3A%3AOnNCDestroy(HWND__+*)-A71BA4

Meta information:
Report Time: 2008/11/25 07:33:38, Tue
Uptime: 77 sec
Cumulative Uptime: 0 sec
User Email: 
User Comments: 
Product Name: Chrome
Product Version: 0.4.154.25
OS Name: Windows NT
OS Version: 5.1.2600 Service Pack 3
CPU Architecture: x86
CPU Info: GenuineIntel family 15 model 2 stepping 4
plat: Win32
ptype: browser

Stack Trace:

Thread 0 *CRASHED*
0x0151a6cd [chrome.dll] - focus_manager.cc:285 
views::FocusManager::OnNCDestroy(HWND__ *)
0x0151a115 [chrome.dll] - focus_manager.cc:162 views::FocusWindowCallback
0x7e418733 [user32.dll] +0x00008733 InternalCallWinProc
0x7e42bdf0 [user32.dll] +0x0001bdf0 __fnINOUTLPSCROLLINFO
0x7e428e9f [user32.dll] +0x00018e9f DispatchClientMessage
0x7e42b16e [user32.dll] +0x0001b16e __fnNCDESTROY
0x7c90e452 [ntdll.dll] +0x0000e452 KiUserCallbackDispatcher
0x01519ff0 [chrome.dll] - focus_manager.cc:119 views::RerouteMouseWheel
0x015172ea [chrome.dll] - view.cc:715 
views::View::ViewHierarchyChangedImpl(bool,bool,views::View *,views::View 
*)
0x015171a9 [chrome.dll] - view.cc:665 
views::View::PropagateRemoveNotifications(views::View *)
0x0151710b [chrome.dll] - view.cc:641 
views::View::DoRemoveChildView(views::View *,bool,bool,bool)
0x01516fa8 [chrome.dll] - view.cc:603 
views::View::RemoveChildView(views::View *)
0x013febff [chrome.dll] - info_bar_item_view.cc:147 
InfoBarItemView::Close()
0x013feebf [chrome.dll] - info_bar_item_view.cc:269 
InfoBarItemView::AnimationEnded(Animation const *)
0x0150d3ab [chrome.dll] - animation.cc:65 Animation::Stop()
0x0150d455 [chrome.dll] - animation.cc:109 Animation::Step()
0x012612a3 [chrome.dll] - timer.h:147 
base::BaseTimer<net::ClientSocketPool,1>::TimerTask::Run()
0x0100be71 [chrome.dll] - message_loop.cc:303 MessageLoop::RunTask(Task *)
0x0100bead [chrome.dll] - message_loop.cc:311 
MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const &)
0x0100c168 [chrome.dll] - message_loop.cc:430 
MessageLoop::DoDelayedWork(Time *)
0x01018a4a [chrome.dll] - message_pump_win.cc:336 
base::MessagePumpForUI::DoRunLoop()
0x010185d5 [chrome.dll] - message_pump_win.cc:95 
base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate 
*,base::MessagePumpWin::Dispatcher *)
0x0100bba6 [chrome.dll] - message_loop.cc:187 MessageLoop::RunInternal()
0x0100bb20 [chrome.dll] - message_loop.cc:175 MessageLoop::RunHandler()
0x0100c35e [chrome.dll] - message_loop.cc:553 
MessageLoopForUI::Run(base::MessagePumpWin::Dispatcher *)
0x011fe6e1 [chrome.dll] - browser_main.cc:559 BrowserMain(CommandLine 
&,int,sandbox::BrokerServices *)
0x01003463 [chrome.dll] - chrome_dll_main.cc:224 ChromeMain
0x00402ab3 [chrome.exe] - google_update_client.cc:93 
google_update::GoogleUpdateClient::Launch(HINSTANCE__ 
*,sandbox::SandboxInterfaceInfo *,wchar_t *,int,char const *,int *)
0x00402523 [chrome.exe] - chrome_exe_main.cc:66 wWinMain


Comment 1 by cpu@chromium.org, Dec 01, 2008
go crash shows wrong stack.

Here is a better one:


0012edb0 0151a116 chrome_1000000!views::FocusManager::OnNCDestroy(struct HWND__ * 
window = 0x00050202)+0x1d
0012ee60 7e418734 chrome_1000000!views::FocusWindowCallback(struct HWND__ * window = 
0x00050202, unsigned int message = 0x82, unsigned int wParam = 0, long lParam = 
0)+0x125
0012ee8c 7e42bdf1 user32!InternalCallWinProc+0x28
0012eef4 7e428ea0 user32!UserCallWinProcCheckWow+0xea
0012ef48 7e42b16f user32!DispatchClientMessage+0xa3
0012ef78 7c90e453 user32!__fnNCDESTROY+0x26
0012ef9c 7e42b1a8 ntdll!KiUserCallbackDispatcher+0x13
0012f02c 015172eb user32!NtUserDestroyWindow+0xc
0012f048 015171aa chrome_1000000!views::View::ViewHierarchyChangedImpl(bool 
register_accelerators = true, bool is_add = false, class views::View * parent = 
0x0243b830, class views::View * child = 0x024ed448)+0x37
0012f06c 0151710c chrome_1000000!views::View::PropagateRemoveNotifications(class 
views::View * parent = 0x01516fa9)+0x43
0012f128 01516fa9 chrome_1000000!views::View::DoRemoveChildView(class views::View * 
a_view = 0x024ed448, bool update_focus_cycle = true, bool update_tool_tip = true, 
bool delete_removed_view = false)+0xf1
0012f140 013fec00 chrome_1000000!views::View::RemoveChildView(class views::View * 
a_view = 0x0012f4c0)+0x13
0012f150 013feec0 chrome_1000000!InfoBarItemView::Close(void)+0xa
0012f158 0150d3ac chrome_1000000!InfoBarItemView::AnimationEnded(class Animation * 
animation = 0x012612a4)+0x22
0012f160 0150d456 chrome_1000000!Animation::Stop(void)+0x2b
0012f170 012612a4 chrome_1000000!Animation::Step(void)+0x5a
0012f178 0100be72 
chrome_1000000!base::BaseTimer<DownloadItem,1>::TimerTask::Run(void)+0x16
0012f21c 0100beae chrome_1000000!MessageLoop::RunTask(class Task * task = 
0x02464680)+0x7c
0012f228 0100c169 chrome_1000000!MessageLoop::DeferOrRunPendingTask(struct 
MessageLoop::PendingTask * pending_task = 0x024dd3f0)+0x28
0012f264 01018a4b chrome_1000000!MessageLoop::DoDelayedWork(class Time * 
next_delayed_work_time = 0x00bb6f68)+0xa4
0012f280 010185d6 chrome_1000000!base::MessagePumpForUI::DoRunLoop(void)+0x2e
0012f29c 0100bba7 chrome_1000000!base::MessagePumpWin::RunWithDispatcher(class 
base::MessagePump::Delegate * delegate = 0x024dd3f0, class 
base::MessagePumpWin::Dispatcher * dispatcher = 0x023e46d0)+0x38
0012f340 0100bb21 chrome_1000000!MessageLoop::RunInternal(void)+0x80
0012f378 0100c35f chrome_1000000!MessageLoop::RunHandler(void)+0x4f
0012f394 011fe6e2 chrome_1000000!MessageLoopForUI::Run(class 
base::MessagePumpWin::Dispatcher * dispatcher = 0x023e46d0)+0x21
0012f66c 01003464 chrome_1000000!BrowserMain(class CommandLine * parsed_command_line 
= 0x0012f698, int show_command = 1, class sandbox::BrokerServices * broker_services = 
0x00af2a68)+0xd4e
0012f7e0 00402ab4 chrome_1000000!ChromeMain(struct HINSTANCE__ * instance = 
0x00400000, union sandbox::SandboxInterfaceInfo * sandbox_info = 0x0012fc94, wchar_t 
* command_line = 0x000207c0 "", int show_command = 1)+0x568
0012fc64 00402524 chrome!google_update::GoogleUpdateClient::Launch(struct HINSTANCE__ 
* instance = 0x00400000, union sandbox::SandboxInterfaceInfo * sandbox = 0x0012fc94, 
wchar_t * command_line = 0x000207c0 "", int show_command = 1, char * entry_name = 
0x0012ff28 "???", int * ret = 0x0012fc98)+0x19c
0012ff28 00435745 chrome!wWinMain(struct HINSTANCE__ * instance = 0x00400000, struct 
HINSTANCE__ * prev_instance = 0x00000000, wchar_t * command_line = 0x000207c0 "", int 
show_command = 1)+0x15f
0012ffc0 7c817067 chrome!__tmainCRTStartup(void)+0x176


Comment 2 by laforge@chromium.org, Dec 01, 2008
(No comment was entered for this change.)
Labels: -Area-Misc Area-BrowserUI
Comment 3 by laforge@chromium.org, Dec 01, 2008
Carlos,  feel free to kick this back to me and I'll reassign, but does this strike
you as a related trace?

The full crash report details can be found at:
http://go/crash/reportdetail?reportid=db048b8ef0cb1c97&product=Chrome&version=0.4.154.29&signature=views%3A%3AFocusManager%3A%3AOnNCDestroy(HWND__+*)-A8BCEE

Meta information:
Report ID: db048b8ef0cb1c97
Report Time: 2008/12/02 00:28:31, Tue
Uptime: 5 sec
Cumulative Uptime: 0 sec
User Email: 
User Comments: 
Product Name: Chrome
Product Version: 0.4.154.29
OS Name: Windows NT
OS Version: 6.0.6001 Service Pack 1
CPU Architecture: x86
CPU Info: AuthenticAMD family 15 model 67 stepping 3
plat: Win32
ptype: browser

Stack Trace:

Thread 0 *CRASHED*
0x6834d457 [chrome.dll] - focus_manager.cc:285 views::FocusManager::OnNCDestroy(HWND__ *)
0x6834ce9f [chrome.dll] - focus_manager.cc:162 views::FocusWindowCallback
0x773bf8d1 [user32.dll] +0x0001f8d1 InternalCallWinProc
0x773b1911 [user32.dll] +0x00011911 PostThreadMessageW
0x773c0816 [user32.dll] +0x00020816 DispatchClientMessage
0x773b148e [user32.dll] +0x0001148e __fnNCDESTROY
0x775a99cd [ntdll.dll] +0x000599cd KiUserCallbackDispatcher
0x775a997f [ntdll.dll] +0x0005997f KiUserApcDispatcher
0x775a9b6a [ntdll.dll] +0x00059b6a ExecuteHandler@20
0x77559a46 [ntdll.dll] +0x00009a46 _EH4_GlobalUnwind
0x7755410d [ntdll.dll] +0x0000410d LdrpGenericExceptionFilter
0x775a9b98 [ntdll.dll] +0x00059b98 ExecuteHandler2@20
0x775a9b6a [ntdll.dll] +0x00059b6a ExecuteHandler@20
0x775a99f6 [ntdll.dll] +0x000599f6 KiUserExceptionDispatcher
0x6834d456 [chrome.dll] - focus_manager.cc:285 views::FocusManager::OnNCDestroy(HWND__ *)
0x6834ce9f [chrome.dll] - focus_manager.cc:162 views::FocusWindowCallback
0x773bf8d1 [user32.dll] +0x0001f8d1 InternalCallWinProc
0x773b1911 [user32.dll] +0x00011911 PostThreadMessageW
0x773c0816 [user32.dll] +0x00020816 DispatchClientMessage
0x773b148e [user32.dll] +0x0001148e __fnNCDESTROY
0x775a99cd [ntdll.dll] +0x000599cd KiUserCallbackDispatcher
0x775a997f [ntdll.dll] +0x0005997f KiUserApcDispatcher
0x6834752b [chrome.dll] - view.cc:715
views::View::ViewHierarchyChangedImpl(bool,bool,views::View *,views::View *)
0x683473ea [chrome.dll] - view.cc:665
views::View::PropagateRemoveNotifications(views::View *)
0x6834734c [chrome.dll] - view.cc:641 views::View::DoRemoveChildView(views::View
*,bool,bool,bool)
0x683471e9 [chrome.dll] - view.cc:603 views::View::RemoveChildView(views::View *)
0x6822a18a [chrome.dll] - info_bar_view.cc:216
InfoBarView::Observe(NotificationType,NotificationSource const &,NotificationDetails
const &)
0x67fbed75 [chrome.dll] - notification_service.cc:99
NotificationService::Notify(NotificationType,NotificationSource const
&,NotificationDetails const &)
0x680b2b7c [chrome.dll] - navigation_controller.cc:1036
NavigationController::NotifyNavigationEntryCommitted(NavigationController::LoadCommittedDetails
*)
0x680b1c01 [chrome.dll] - navigation_controller.cc:570
NavigationController::RendererDidNavigate(ViewHostMsg_FrameNavigate_Params const
&,bool,NavigationController::LoadCommittedDetails *)
0x68090776 [chrome.dll] - web_contents.cc:938 WebContents::DidNavigate(RenderViewHost
*,ViewHostMsg_FrameNavigate_Params const &)
0x680b6b6c [chrome.dll] - render_view_host.cc:813
RenderViewHost::OnMsgNavigate(IPC::Message const &)
0x680b6483 [chrome.dll] - render_view_host.cc:622
RenderViewHost::OnMessageReceived(IPC::Message const &)
0x6802bc86 [chrome.dll] - render_process_host.cc:598
RenderProcessHost::OnMessageReceived(IPC::Message const &)
0x680ee998 [chrome.dll] - task.h:312 RunnableMethod<history::HistoryBackend,void (
history::HistoryBackend::*)(std::vector<history::ImportedFavIconUsage,std::allocator<history::ImportedFavIconUsage>
> const
&),Tuple1<std::vector<history::ImportedFavIconUsage,std::allocator<history::ImportedFavIconUsage>
> > >::Run()
0x67e3bfff [chrome.dll] - message_loop.cc:303 MessageLoop::RunTask(Task *)
0x67e3c03b [chrome.dll] - message_loop.cc:311
MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const &)
0x67e3c230 [chrome.dll] - message_loop.cc:403 MessageLoop::DoWork()
0x67e48ea2 [chrome.dll] - message_pump_win.cc:331 base::MessagePumpForUI::DoRunLoop()
0x67e48a43 [chrome.dll] - message_pump_win.cc:95
base::MessagePumpWin::RunWithDispatcher(base::MessagePump::Delegate
*,base::MessagePumpWin::Dispatcher *)
0x67e3bd34 [chrome.dll] - message_loop.cc:187 MessageLoop::RunInternal()
0x67e3bcae [chrome.dll] - message_loop.cc:175 MessageLoop::RunHandler()
0x67e3c4ec [chrome.dll] - message_loop.cc:553
MessageLoopForUI::Run(base::MessagePumpWin::Dispatcher *)
0x6802f106 [chrome.dll] - browser_main.cc:559 BrowserMain(CommandLine
&,int,sandbox::BrokerServices *)
0x67e33463 [chrome.dll] - chrome_dll_main.cc:224 ChromeMain
0x009f2ab9 [chrome.exe] - google_update_client.cc:93
google_update::GoogleUpdateClient::Launch(HINSTANCE__ *,sandbox::SandboxInterfaceInfo
*,wchar_t *,int,char const *,int *)
0x009f2529 [chrome.exe] - chrome_exe_main.cc:66 wWinMain
Status: Assigned
Owner: c...@chromium.org
Comment 4 by cpu@chromium.org, Dec 01, 2008
Yes that is the same crash that Jay is looking at. I thought I had a clue but no 
dice.


Owner: lafo...@chromium.org
Comment 5 by laforge@chromium.org, Dec 02, 2008
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 4714
Sign in to add a comment

Powered by Google Project Hosting