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

Issue 718719 link

Starred by 3 users

Issue metadata

Status: Archived
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 2
Type: Bug



Sign in to add a comment

Browser is crashing when i launch and restore my tabs

Reported by ajay...@gmail.com, May 5 2017

Issue description

UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36

Steps to reproduce the problem:
1. Open browser
2. and restore the old tabs

What is the expected behavior?
Tabs should load 

What went wrong?
Browser crashing & chrome://crashes is not showing any crash id's

Crashed report ID: This tab not showing any crashes

How much crashed? Whole browser

Is it a problem with a plugin? N/A 

Did this work before? N/A 

Chrome version: 57.0.2987.98  Channel: stable
OS Version: Ubuntu 16.04
Flash Version: 

I started chrome through terminal command

ajay@KI0246:~/mygit/WebRTCFramework$ /opt/google/chrome/google-chrome 
[16246:16246:0505/121054.772838:ERROR:content_settings_pref.cc(469)] Invalid pattern strings: ,*
[16246:16246:0505/121054.773035:ERROR:content_settings_pref.cc(295)] Invalid pattern strings: ,*
[16319:16319:0505/121054.862089:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
[16246:16246:0505/121054.872937:ERROR:background_mode_manager_aura.cc(13)] Not implemented reached in virtual void BackgroundModeManager::EnableLaunchOnStartup(bool)
[16246:16246:0505/121055.827491:ERROR:display_info_provider_aura.cc(31)] Not implemented reached in virtual void extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const display::Display &, extensions::api::system_display::DisplayUnitInfo *)
Failed to generate minidump.Bus error (core dumped)
ajay@KI0246:~/mygit/WebRTCFramework$ [1:1:0100/000000.503470:ERROR:broker_posix.cc(41)] Invalid node channel message
 

Comment 1 by ajay...@gmail.com, May 5 2017

You can find the Ubuntu apport crash log @ https://drive.google.com/file/d/0B6BbowJKUNDkaWx4TXFhUVFKcDg/view?usp=sharing

Comment 2 by ajay...@gmail.com, May 5 2017

I updated chrome to 58.0.3029.96 (Official Build) (64-bit)
This crash is not only with restoring tabs, whenever i try to open github.com, it simply crashing without any error in console.  

Comment 3 by ajay...@gmail.com, May 5 2017

I completely uninstalled my chrome with following commands

sudo dpkg --remove google-chrome-stable
sudo dpkg --purge google-chrome-stable 
mv  ~/.config/google-chrome/ ~/.config/google-chrome-old

Then i downloaded & installed the latest stable chrome.

But still chrome is crashing for most of the websites (even for gmail.com)

I am ready to provide the remote access if you want, its hard for me to work without chrome.

Comment 4 by ajay...@gmail.com, May 6 2017

Now installed the Ubuntu default chromium 
Version 58.0.3029.81 Built on Ubuntu , running on Ubuntu 16.04 (64-bit).

And generated gdb log as per https://wiki.ubuntu.com/Chromium/Debugging

$ chromium-browser --debug 2>&1 | tee gdb-chromium.txt

As its new installation, there is no user signed in chromium & no extension is installed,  i just opened github.com after chromium launched.

Attached the gdb back traces.
Note: Unlike Chrome, Chromium not closing i.e. only one tab is showing crash with "Aw, snap" and other tabs are fine.   
gdb-chromium.txt
5.9 KB View Download
gdb-chromium-single-process.txt
60.7 KB View Download
Components: UI>Browser
Cc: krajshree@chromium.org
Labels: Needs-Feedback
ajay6ft@ - Thanks for filing the issue...!!

Could you please provide crash id from chrome://crashes after enabling the check box of "Automatically send usage statistics and crash report to google" from chrome://settings.

This will help us in triaging the issue further.

Thanks...!!

Comment 7 by ajay...@gmail.com, May 9 2017

@Rajshree, thanks for looking into it.

As i mentioned chrome is not generating crash id, though i have enabled "Automatically send usage statistics and crash report to google" (Attached screen shot)

Just again i downloaded latest stable chrome 64 bit .deb and installed.
Google Chrome	58.0.3029.96 (Official Build) (64-bit)
Revision	2a03c99a5f45c6d507af8eb2345ad68a565d1518-refs/branch-heads/3029@{#787}
OS	Linux
JavaScript	V8 5.8.283.37
Flash	25.0.0.148 /home/ajay/.config/google-chrome/PepperFlash/25.0.0.148/libpepflashplayer.so
User Agent	Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36
Command Line	/usr/bin/google-chrome --args --flag-switches-begin --flag-switches-end /opt/google/chrome/chrome
Executable Path	/opt/google/chrome/google-chrome
Profile Path	/home/ajay/.config/google-chrome/Default


And launched with gdb as following
$ gdb /usr/bin/google-chrome --args /opt/google/chrome/chrome

Attached gdb the output.

chrome://crashes tab is not showing any crashes with/without gdb (Attached screenshot)

Also attached screenshot just before closes.

Settings.png
160 KB View Download
latest-chrome58-crash.log
31.2 KB View Download
just_before_die.png
101 KB View Download
Project Member

Comment 8 by sheriffbot@chromium.org, May 9 2017

Labels: -Needs-Feedback
Thank you for providing more feedback. Adding requester "krajshree@chromium.org" to the cc list and removing "Needs-Feedback" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Cc: rbasuvula@chromium.org
Labels: Needs-Feedback
Tested in chrome # 58.0.3029.96 , Stable #58.0.3029.110 and Canary #60.0.3094.0 on Ubuntu 14.04 and 16.04 and not able to reproduce the issue.Please find the screen shots for your reference.
Steps Followed:
1.Install latest chrome.
2.Open multiple sites and crash the entire browser.
3.Restore the old tabs through restore message & History.
Able to restore the tabs without any crash.

@Reporter: Could you please let me know if i have missed anything and if possible,Please create new profile without extensions and apps.Re-check once in latest stable/canary and let us know the observations and sample steps of the issue which would help us to triage the issue further.

Thanks in Advance.
718719.png
45.5 KB View Download

Comment 10 by ajay...@gmail.com, May 10 2017

It seems issue is specific to my PC only, but i was unable to figure it out.
FYI, am using the same OS/PC with chrome-57 from more than a month but all of sudden it started crashing with 57/58.

I tried re-installing chrome 57 & 58 (as mentioned the steps in #C3), but still issue is not resolved.


Many websites(google drive/youtube/ google docs/ wiki ...) are working and few(gmail/github/fb/...) are crashing.
Project Member

Comment 11 by sheriffbot@chromium.org, May 10 2017

Labels: -Needs-Feedback
Thank you for providing more feedback. Adding requester "rbasuvula@chromium.org" to the cc list and removing "Needs-Feedback" label.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Comment 12 by ajay...@gmail.com, May 10 2017

Suspected root cause, i built the latest webrtc framework with following steps as specified in https://webrtc.org/native-code/android/.


git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=`pwd`/depot_tools:"$PATH"
fetch --nohooks webrtc_android
cd src
./build/install-build-deps.sh
./build/install-build-deps-android.sh
gclient sync

./tools-webrtc/android/build_aar.py

Note: I built this several times before, that time it didn't impacted any thing.
Components: -UI>Browser UI>Settings
Can some one from Settings team please look into this issue as this issue is not reproducible from our end.

Thanks!!
Labels: Needs-Milestone
Requesting someone from Settings team, please look into this issue and update the thread.

Thanks..

Comment 17 by ajha@chromium.org, Jun 8 2017

Labels: TE-NeedsTriageHelp
Adding TE-NeedsTriageHelp label as this is not reproducible from our end and would require help in investigating the gdb logs attached in C#4.
Project Member

Comment 18 by sheriffbot@chromium.org, Jun 8 2018

Status: Archived (was: Unconfirmed)
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot

Sign in to add a comment