Google Chrome 44.0.2403.89-1 crashes Ubuntu
This morning appeared update message so I upgraded version 43.0.2357.134-1 to 44.0.2403.89-1 and happens to any of the following:
By opening and loading chrome ubuntu crashes. By right-clicking the menu appears in black and Ubuntu crashes. Opening any menu, submenus may appear in black and then Ubuntu crashes.
Uninstall the program and installed it again but the problem persists.
37 Answers
normal user prompt I typed
google-chrome --disable-gpuit worked and context menu showing up normal. Also under system chrome settings uncheck Use hardware acceleration when available option
1SOLVED: During the upgrade apparently the X Server configuration (X.Org) was changed to the nouveau driver. Just change it to proprietary controller and Google Chrome stopped giving problems ... Thank you all for your responses. Regards.
3Had the same issue as the original poster. Here's what I did:
- Copy-pasted my google-chrome directory in
/home/[username]/.config/google-chrome, just in case. - Removed Google Chrome stable via Synaptic.
- Downloaded the previous version of Google Chrome from and installed via Ubuntu Software Center.
Have not had an issue since. Alternatively, I've seen some recommendations in situations like this to remove the stable package via Apt/Synaptic, purge the .config folder and then install it as if it were new. Either way, it's a lot of new log-ins and verification codes (if you have two-step verification) regardless.
So far so good for me. I hope this works for you.
A temporary fix that that seems to have worked for me is running the following from the command line:
chrome-stable --disable-gpuNote that you can't disable hardware acceleration using chrome://flags in the url bar, as it will crash once you do that!
Based on Abraham Lopez' answer I did the following:
sudo lshw -C videoResult (take a look at the second last line @ configuration):
*-display
description: VGA compatible controller
product: GF108GL [Quadro 600]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nouveau latency=0
resources: irq:59 memory:f9000000-f9ffffff memory:e0000000-e7ffffff memory:ee000000-efffffff ioport:9f00(size=128) memory:e8000000-e807ffffThen I did:
sudo apt-get --purge remove xserver-xorg-video-nouveauFollowed by:
sudo apt-get install nvidia-331 nvidia-331-updates -fAfter a reboot, I ran sudo lshw -C video again:
*-display
description: VGA compatible controller
product: GF108GL [Quadro 600]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:59 memory:f9000000-f9ffffff memory:e0000000-e7ffffff memory:ee000000-efffffff ioport:9f00(size=128) memory:e8000000-e807ffffThis answer has been written on Chrome 44.0.2403.125 which and it apparently didn't crash...
Based on Abraham Lopez's answer I did the following using the ubuntu 14.04 gui:
System settings/Software & Updates/Additional Drivers Tab
Then select "Using NVIDIA binary driver - version 331.113 from nvidia-331 (proprietary, tested)"
Will take a while to download but corrected the problem.
I did everything in this guide but none worked. Apparently the Ubuntu 14.04 that I am using has an older NSS library. I needed to update the files, and then upgrade the libnss-3 library in order to get chrome to start. However, chromium does not utilize these files, so no issues with chromium. Do this if you have Ubuntu 15 or lower.
Do this:
sudo apt-get updatesudo apt-get install --only-upgrade libnss3