New issue
Advanced search Search tips

Issue 604125 link

Starred by 4 users

Issue metadata

Status: Duplicate
Merged: issue 602918
Owner:
Closed: May 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

chrome crashes when trying to open 2nd window of secure shell

Project Member Reported by osh...@chromium.org, Apr 16 2016

Issue description

Google Chrome	51.0.2704.0 (Official Build) dev (64-bit)
Platform	8172.1.0 (Official Build) dev-channel samus

repro step:
1) install secure shell
2) open two tabs

expected:
2nd secure shell opens correctly

acutal:
chrome restarts. for some reason, it did not create crash report, but it has "restore" option, so I assume it was crashed.
 
chrome_20160416-002506.txt
25.3 KB View Download
8172.16.0 (Official Build) beta-channel samus

Happens to me as well, but it doesn't restart chrome. The whole screen goes black and I have to force shutdown the Chromebook.

Owner: lgcheng@google.com
Status: Assigned (was: Untriaged)
could be the same issue as  crbug.com/602918 . lgcheng@, what do you think?

Comment 3 by lgcheng@google.com, May 4 2016

Owner: ----
Status: Available (was: Assigned)
 crbug.com/602918  is shelf launcher context menu related only and affects all apps which have shelf shortcuts.

According to the description, I don't think this bug is related to  crbug.com/602918 .
Owner: lgcheng@google.com
Status: Assigned (was: Available)
That's exactly the case. This happens when you open the 2nd tab/window using menu on the launcher item. "New Window", "New Tab".

Comment 5 by lgcheng@google.com, May 4 2016

Sorry for my misunderstanding. If that is the case can you check:
This also happens to other apps through shelf shortcuts?

If so, should be fixed with the merge this noon.

https://bugs.chromium.org/p/chromium/issues/detail?id=602918#c19

Let me know if it is not fixed after the merge.

Comment 6 by lgcheng@google.com, May 4 2016

And FYI, error log should be like:
Program received signal SIGSEGV, Segmentation fault.
0x0000555558b60a22 in ExtensionLauncherContextMenu::ExecuteCommand (this=0x1f18d3ac4ca0, command_id=2, event_flags=1152)
    at ../../chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc:182
182	  if (ExecuteCommonCommand(command_id, event_flags))
(gdb) bt
#0  0x0000555558b60a22 in ExtensionLauncherContextMenu::ExecuteCommand (this=0x1f18d3ac4ca0, command_id=2, event_flags=1152)
    at ../../chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc:182
#1  0x0000555558b63b87 in LauncherContextMenu::ExecuteCommonCommand (this=0x1f18d3ac4ca0, command_id=2, event_flags=1152)
    at ../../chrome/browser/ui/ash/launcher/launcher_context_menu.cc:205
#2  0x0000555558b60a31 in ExtensionLauncherContextMenu::ExecuteCommand (this=0x1f18d3ac4ca0, command_id=2, event_flags=1152)
    at ../../chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc:182
#3  0x0000555558b63b87 in LauncherContextMenu::ExecuteCommonCommand (this=0x1f18d3ac4ca0, command_id=2, event_flags=1152)
    at ../../chrome/browser/ui/ash/launcher/launcher_context_menu.cc:205
...

Which is not what I see from the error log in #1
Yeah, it seems to be the same issue. The Netflix extension will produce the same system crash when I click `New tab`.

On the Chrome Remote Desktop extension, I can click `New window...` without issue, so it's not every context menu.

Comment 8 by lgcheng@google.com, May 4 2016

Mergedinto: 602918
Status: Duplicate (was: Assigned)
Yes, it not every context menu. It is only shelf context menu. And it can be caused by clicking any context menu item from shelf context menu.
I mark it as duplicate of 602918 now. Let me know if it is not solved after merge.
Well, I'm not on dev or canary branches, I'm on beta branch. I'm not sure how soon beta gets updated.
I am not sure but it seems it is updated everyday.
I've got 52.0.2717.5 today and could no longer reproduce this. FYI.

Sign in to add a comment