Issue metadata
Sign in to add a comment
|
chrome crashes when trying to open 2nd window of secure shell |
||||||||||||||||||||||
Issue descriptionGoogle 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.
,
May 4 2016
could be the same issue as crbug.com/602918 . lgcheng@, what do you think?
,
May 4 2016
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 .
,
May 4 2016
That's exactly the case. This happens when you open the 2nd tab/window using menu on the launcher item. "New Window", "New Tab".
,
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.
,
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
,
May 4 2016
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.
,
May 4 2016
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.
,
May 4 2016
Well, I'm not on dev or canary branches, I'm on beta branch. I'm not sure how soon beta gets updated.
,
May 4 2016
I am not sure but it seems it is updated everyday.
,
May 5 2016
I've got 52.0.2717.5 today and could no longer reproduce this. FYI. |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by clshortf...@gmail.com
, May 4 2016