New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 694854 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

Restore pages after chrome crash will show up minimized windows

Project Member Reported by warx@chromium.org, Feb 22 2017

Issue description

Extracted from  issue 314226  comment 19:

Repro steps:
1. Create 2 new windows A, B
2. Minimize A
3. about://inducebrowsercrashforrealz in a tab in window B
4. Click Restore button

Result: Window A, B are restored. But Window A is not in minimized state.

Stack trace for two windows:
#1 0x7f1b1ff4987c base::debug::StackTrace::StackTrace()
#2 0x7f1b26031749 Browser::OnWindowDidShow()
#3 0x7f1b2620950f BrowserView::Show()
#4 0x7f1b26089671 StartupBrowserCreatorImpl::OpenTabsInBrowser()
#5 0x7f1b2608a0ea StartupBrowserCreatorImpl::RestoreOrCreateBrowser()
#6 0x7f1b26088bed StartupBrowserCreatorImpl::ProcessLaunchUrlsUsingConsolidatedFlow()
#7 0x7f1b26088134 StartupBrowserCreatorImpl::Launch()
#8 0x7f1b26082fda StartupBrowserCreator::LaunchBrowser()

#1 0x7f1b1ff4987c base::debug::StackTrace::StackTrace()
#2 0x7f1b26031749 Browser::OnWindowDidShow()
#3 0x7f1b2620950f BrowserView::Show()
#4 0x7f1b2388b450 (anonymous namespace)::SessionRestoreImpl::ShowBrowser()
#5 0x7f1b2388aa1c (anonymous namespace)::SessionRestoreImpl::RestoreTabsToBrowser()
#6 0x7f1b23889f7c (anonymous namespace)::SessionRestoreImpl::ProcessSessionWindows()
#7 0x7f1b23888ed4 (anonymous namespace)::SessionRestoreImpl::ProcessSessionWindowsAndNotify()
#8 0x7f1b23888e33 (anonymous namespace)::SessionRestoreImpl::OnGotSession()
 

Comment 1 by warx@chromium.org, Mar 10 2017

Status: WontFix (was: Assigned)
This is a WontFix. Reasoning is: in this case there is a startup browser showing the crash bubble view. The following session restore goes as window A restored/clobbered to this startup browser, which is opened and unminimized. So it is expected that there is one more unminimized window.

Sign in to add a comment