Comment #7 on issue 8712 by [email protected]: Linux crash on wrench -> exit http://code.google.com/p/chromium/issues/detail?id=8712
It looks like Windows does something similar. It is a bit more complicated to follow it through the views code, but it looks like the BrowserWindow (in this case BrowserView) is torn down when receiving the close message (NCDESTROY). 0012e2e0 0222d516 chrome_1000000!BrowserView::~BrowserView 0012e2ec 0273cb3c chrome_1000000!BrowserView::`scalar deleting destructor'+0x16 0012e310 022394e6 chrome_1000000!views::View::~View+0xac 0012e31c 022ca4e1 chrome_1000000!views::NonClientView::~NonClientView+0x16 0012e328 022ca426 chrome_1000000!OpaqueNonClientView::~OpaqueNonClientView+0x71 0012e334 0273ed20 chrome_1000000!OpaqueNonClientView::`scalar deleting destructor'+0x16 0012e4c0 0273ea38 chrome_1000000!views::View::DoRemoveChildView+0x290 0012e510 02772ab0 chrome_1000000!views::View::RemoveAllChildViews+0x88 0012e520 02772a46 chrome_1000000!views::RootView::~RootView+0x40 0012e52c 02753c70 chrome_1000000!views::RootView::`scalar deleting destructor'+0x16 0012e54c 0274e854 chrome_1000000!scoped_ptr<views::RootView>::~scoped_ptr<views::RootView>+0x40 0012e560 02724a9c chrome_1000000!views::WidgetWin::~WidgetWin+0xa4 0012e570 027af537 chrome_1000000!views::Window::~Window+0x8c 0012e57c 022a1522 chrome_1000000!views::CustomFrameWindow::~CustomFrameWindow+0x47 0012e58c 022a1a86 chrome_1000000!OpaqueFrame::~OpaqueFrame+0x72 0012e598 02750b28 chrome_1000000!OpaqueFrame::`scalar deleting destructor'+0x16 0012e5b8 027520f4 chrome_1000000!views::WidgetWin::OnFinalMessage+0x48 0012e680 7e418734 chrome_1000000!views::WidgetWin::WndProc+0x184 0012e6ac 7e418816 USER32!InternalCallWinProc+0x28 0012e714 7e42a013 USER32!UserCallWinProcCheckWow+0x150 0012e744 7e42a039 USER32!CallWindowProcAorW+0x98 0012e764 02731de6 USER32!CallWindowProcW+0x1b 0012e8b4 7e418734 chrome_1000000!views::FocusWindowCallback+0x276 0012e8e0 7e418816 USER32!InternalCallWinProc+0x28 0012e948 7e428ea0 USER32!UserCallWinProcCheckWow+0x150 0012e99c 7e42b16f USER32!DispatchClientMessage+0xa3 0012e9cc 7c90e453 USER32!__fnNCDESTROY+0x26 -- 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 -~----------~----~----~----~------~----~------~--~---
