Chromium page crash on "gmail.com"

Whenever I try to access “gmail” with “chromium”, I am getting a page crash message.

This may be related to the chromium update today.

Is anyone else seeing this?

:slight_smile:
The specific error code can be critical to understanding cause of error.

TSU

In 12.3 or 13.1 (looking at your sig)? No problems here in 12.3 with KDE 4.10.5.

The page comes up with “Aw Snap” and a graphic. A “more information” button tells me that the page crashed and I should make sure that I am not blocking cookies (I am not).

When I get back home, I’ll try again and see if there are other error indicators.

My workaround is to use a different browser for that page.

That was with 12.3. This was my first attempt to access gmail after the chromium security update. Before then, it had been working fine.

My first time after the update, I got taken to that page that says something like “one password, all of google.” But not since then.

Today found when try open chromium [openSUSE 12.3 (Dartmouth) (x86_64) using GNOME] that chromium not starting.

.

Same here
I reported it in the ML

Is working for me.

Chromium
30.0.1599.66 (225456)

I usually see that “Aw Snap” when the network connection isn’t working, in other words it’s not a Server problem.

TSU

Yes, the same version here.

It isn’t a network problem. Firefox does not have a problem accessing the page.

Try terminal :

paulparker@linux-jcdp:~> chromium
[5058:5058:1019/092541:FATAL:zygote_host_impl_linux.cc(142)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/lib64/chromium/chrome-sandbox is owned by root and has mode 4755.
Aborted
paulparker@linux-jcdp:~> 

Look at chrome-sandbox


linux-jcdp:~ # dir /usr/lib64/chromium/chrome-sandbox
lrwxrwxrwx 1 root root 24 Oct 19 09:08 /usr/lib64/chromium/chrome-sandbox -> ../../lib/chrome_sandbox
linux-jcdp:~ # 


linux-jcdp:~ # stat  /usr/lib64/chromium/chrome-sandbox
  File: ‘/usr/lib64/chromium/chrome-sandbox’ -> ‘../../lib/chrome_sandbox’
  Size: 24            Blocks: 0          IO Block: 4096   symbolic link
Device: 807h/2055d    Inode: 150945      Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-10-19 09:12:45.573329171 +1100
Modify: 2013-10-19 09:08:10.225797953 +1100
Change: 2013-10-19 09:08:10.225797953 +1100
 Birth: -
linux-jcdp:~ # 

appears owned by root, with mode 0777 not 4755 ?

Look at chrome_sandbox ?


linux-jcdp:~ # dir /usr/lib/chrome_sandbox
-rwxr-xr-x 1 root root 18632 Oct  7 21:25 /usr/lib/chrome_sandbox
linux-jcdp:~ #


linux-jcdp:~ #stat  /usr/lib/chrome_sandbox
  File: ‘/usr/lib/chrome_sandbox’
  Size: 18632         Blocks: 40         IO Block: 4096   regular file
Device: 807h/2055d    Inode: 150644      Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-10-07 21:25:08.000000000 +1100
Modify: 2013-10-07 21:25:08.000000000 +1100
Change: 2013-10-19 09:08:10.225797953 +1100
 Birth: -
linux-jcdp:~ # 

appears owned by root, with mode 0755 not 4755 ?

Change /usr/lib64/chromium/chrome-sandbox


linux-jcdp:~ # chmod 4755  /usr/lib64/chromium/chrome-sandbox
linux-jcdp:~ # dir /usr/lib64/chromium/chrome-sandbox
lrwxrwxrwx 1 root root 24 Oct 19 09:08 /usr/lib64/chromium/chrome-sandbox -> ../../lib/chrome_sandbox
linux-jcdp:~ # stat /usr/lib64/chromium/chrome-sandbox
  File: ‘/usr/lib64/chromium/chrome-sandbox’ -> ‘../../lib/chrome_sandbox’
  Size: 24            Blocks: 0          IO Block: 4096   symbolic link
Device: 807h/2055d    Inode: 150945      Links: 1
Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-10-19 09:12:45.573329171 +1100
Modify: 2013-10-19 09:08:10.225797953 +1100
Change: 2013-10-19 09:08:10.225797953 +1100
 Birth: -
linux-jcdp:~ # 

Doing above did NOT change chrome-sandbox

However above did change chrome_sandbox


linux-jcdp:~ # stat  /usr/lib/chrome_sandbox
  File: ‘/usr/lib/chrome_sandbox’
  Size: 18632         Blocks: 40         IO Block: 4096   regular file
Device: 807h/2055d    Inode: 150644      Links: 1
Access: (4755/-rwsr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2013-10-07 21:25:08.000000000 +1100
Modify: 2013-10-07 21:25:08.000000000 +1100
Change: 2013-10-19 10:10:17.666170011 +1100
 Birth: -
linux-jcdp:~ # 

Try open Chromium… works :slight_smile:

On exit view on terminal


paulparker@linux-jcdp:~> chromium
[6442:6520:1019/101822:ERROR:download.cc(99)] PostClientToServerMessage() failed during GetUpdates
paulparker@linux-jcdp:~> 


but at least it is working…

Failed to include my version : chromium shows Version 30.0.1599.66 (225456)


linux-jcdp:~ # zypper info chromium
Loading repository data...
Reading installed packages...


Information for package chromium:
---------------------------------
Repository: openSUSE-12.3-Update
Name: chromium
Version: 30.0.1599.66-1.11.2
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: up-to-date
Installed Size: 122.7 MiB
Summary: Google's opens source browser project
Description: 
Chromium is the open-source project behind Google Chrome. We invite you to join us in our effort to help build a safer, faster, and more stable way for all Internet users to experience the web, and to create a powerful platform for developing a new generation of web applications.
linux-jcdp:~ # 

That looks okay:


% ls -lL /usr/lib64/chromium/chrome-sandbox
-rwsr-xr-x 1 root root 18632 Oct  7 05:25 /usr/lib64/chromium/chrome-sandbox

Permissions look good.

“chromium” starts fine at the terminal. But it still gives “Aw Snap” on the gmail page.

The “Aw Snap” may be intended to indicate loading errors, often find just Re-Loading makes it disappear .

Is it only gmail site failing, other sites OK ?

Read for some replacing ‘chromium-ffmpeg’ with ‘chromium-ffmpegsumo’ and adding ‘chromium-pepper-flash’ fixed it for them.

My currently installed parts…


linux-jcdp:~ # zypper se  chromium
Loading repository data...
Reading installed packages...

S | Name                              | Summary                                                              | Type      
--+-----------------------------------+----------------------------------------------------------------------+-----------
  | chromium                          | Google's opens source browser project                                | srcpackage
i | chromium                          | Google's opens source browser project                                | package   
  | chromium-debugsource              | Debug sources for package chromium                                   | package   
i | chromium-desktop-gnome            | Update to chromium to use Gnome keyring to store passwords           | package   
  | chromium-desktop-kde              | Update to chromium to use KDE's kwallet to store passwords           | package   
i | chromium-ffmpeg                   | The ffmpeg lib for Google's opens source browser Chromium            | package   
  | chromium-ffmpeg-debuginfo         | Debug information for package chromium-ffmpeg                        | package   
  | chromium-ffmpegsumo               | Library to provide ffmpeg support to Chromium                        | package   
i | chromium-pdf-plugin               | The pdf plugin for Google's opens source browser Chromium            | package   
i | chromium-pepper-flash             | Pepperflash (FlashPlayer) for Google's opens source browser Chromium | package   
  | chromium-pepper-flash             | Pepperflash (FlashPlayer) for Google's opens source browser Chromium | srcpackage
  | chromium-pepper-flash-debugsource | Debug sources for package chromium-pepper-flash                      | package   
i | chromium-suid-helper              | A suid helper to let a process willingly drop privileges on Linux    | package   
linux-jcdp:~ # 

.

Just realized there has been one change since earlier, no longer showing is the extra Warning-title-bar saying “–no-sandbox”

This earlier provided believe as a quick fix for the same problem…

Also were concerns (earlier) that when you turn off the sandbox your system may be compromised…

Reloading doesn’t help.

I also had a crash on “http://www.kickstarter.com/projects/795897047/gods-big-bang”, but only when I started the video. Other pages that I have tried have all been okay. I was mainly using chromium for google sites, and firefox for general browsing (to interfere with tracking).

Yes, it might be flash related, though I don’t recall that there are flash applets on the gmail page. Or, at least, the page works on firefox with flashblock.

paulparker wrote:
>
> The “Aw Snap” may be intended to indicate loading errors, often find
> just Re-Loading makes it disappear .
>
>
> Is it only gmail site failing, other sites OK ?
>
>
>
> Read for some replacing ‘chromium-ffmpeg’ with ‘chromium-ffmpegsumo’ and
> adding ‘chromium-pepper-flash’ fixed it for them.
>
>
>
>
> My currently installed parts…
>
>
> Code:
> --------------------
>
> linux-jcdp:~ # zypper se chromium
> Loading repository data…
> Reading installed packages…
>
> S | Name | Summary | Type
> --±----------------------------------±---------------------------------------------------------------------±----------
> | chromium | Google’s opens source browser project | srcpackage
> i | chromium | Google’s opens source browser project | package
> | chromium-debugsource | Debug sources for package chromium | package
> i | chromium-desktop-gnome | Update to chromium to use Gnome keyring to store passwords | package
> | chromium-desktop-kde | Update to chromium to use KDE’s kwallet to store passwords | package
> i | chromium-ffmpeg | The ffmpeg lib for Google’s opens source browser Chromium | package
> | chromium-ffmpeg-debuginfo | Debug information for package chromium-ffmpeg | package
> | chromium-ffmpegsumo | Library to provide ffmpeg support to Chromium | package
> i | chromium-pdf-plugin | The pdf plugin for Google’s opens source browser Chromium | package
> i | chromium-pepper-flash | Pepperflash (FlashPlayer) for Google’s opens source browser Chromium | package
> | chromium-pepper-flash | Pepperflash (FlashPlayer) for Google’s opens source browser Chromium | srcpackage
> | chromium-pepper-flash-debugsource | Debug sources for package chromium-pepper-flash | package
> i | chromium-suid-helper | A suid helper to let a process willingly drop privileges on Linux | package
> linux-jcdp:~ #
>
> --------------------
>
>
>
>
> …
>
>
zypper se -i chromium where i stands for installed would give more
appropriate result


GNOME 3.6.2
openSUSE Release 12.3 (Dartmouth) 64-bit
Kernel Linux 3.7.10-1.16-desktop

On computer: linux-jcdp

Watched PBS and ABC.net.au news in chrome no problem.

Snap-crash when tried to watch God’s Big Bang by Joe Amaral — Kickstarter

Several times, refresh screen however as soon as video starts it crash/fails.

From another openSUSE 12.3 GNOME computer: linux-bnn6 with Chrome still failing to start.

Number of installation differences.


linux-bnn6:~ # zypper se -i chromium
Loading repository data...
Reading installed packages...

S | Name                   | Summary                                                           | Type   
--+------------------------+-------------------------------------------------------------------+--------
i | chromium               | Google's opens source browser project                             | package
i | chromium-desktop-gnome | Update to chromium to use Gnome keyring to store passwords        | package
i | chromium-ffmpegsumo    | Library to provide ffmpeg support to Chromium                     | package
i | chromium-pdf-plugin    | The pdf plugin for Google's opens source browser Chromium         | package
i | chromium-suid-helper   | A suid helper to let a process willingly drop privileges on Linux | package
linux-bnn6:~ # 


Looked at **chrome-sandbox ** made NO change.

Looked at chrome_sandbox modified chmod to 4755.

On terminal started **chromium **which opened ok.

Open page God’s Big Bang by Joe Amaral — Kickstarter

Video image presents then plays fine.

sorry left out this, which find after terminal start.

.


paulparker@linux-bnn6:~> chromium
[9138:9205:1019/155355:ERROR:download.cc(99)] PostClientToServerMessage() failed during GetUpdates
Failed to open VDPAU backend libvdpau_r600.so: cannot open shared object file: No such file or directory
Failed to open VDPAU backend libvdpau_r600.so: cannot open shared object file: No such file or directory
[28:38:1019/155437:ERROR:platform_thread_linux.cc(99)] Failed to set nice value of thread to -10
paulparker@linux-bnn6:~> 


When able to use **linux-jcdp **again will try changes.

For our users consider resolved this VIDEO CRASH when** INSTALL chromium-ffmpegsumo** during which removes chromium-ffmpeg

On computer: linux-jcdp

Open Chromium

Open page : God’s Big Bang by Joe Amaral — Kickstarter

View page no problem.

Snap-crash as soon as start the video God’s Big Bang by Joe Amaral — Kickstarter

Repeats with same problem, whenever start the video Chromium crash/fails.


paulparker@linux-jcdp:~> sudo zypper  in chromium-ffmpegsumo
root's password:
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: chromium-ffmpegsumo-30.0.1599.66-1.11.2.x86_64 conflicts with chromium-ffmpeg provided by chromium-ffmpeg-31.0.1640.0-553.1.x86_64
 Solution 1: deinstallation of chromium-ffmpeg-31.0.1640.0-553.1.x86_64
 Solution 2: do not install chromium-ffmpegsumo-30.0.1599.66-1.11.2.x86_64

Choose from above solutions by number or cancel [1/2/c] (c): 1
Resolving dependencies...
Resolving package dependencies...

The following NEW package is going to be installed:
  chromium-ffmpegsumo 

The following package is going to be REMOVED:
  chromium-ffmpeg 

1 new package to install, 1 to remove.
Overall download size: 770.1 KiB. After the operation, 12.0 KiB will be freed.
Continue? [y/n/?] (y): y
(1/2) Removing chromium-ffmpeg-31.0.1640.0-553.1 ............................................................................................................................................................[done]
(2/2) Installing: chromium-ffmpegsumo-30.0.1599.66-1.11.2 ...................................................................................................................................................[done]
There are some running programs that use files deleted by recent upgrade. You may wish to restart some of them. Run 'zypper ps' to list these programs.
paulparker@linux-jcdp:~> 

Close then re-open Chromium.

Open to page God’s Big Bang by Joe Amaral — Kickstarter

Start and video plays without problems :slight_smile:

.

Okay, thanks for experimenting. I’ll give that a try.

I was under the impression that “chromium-ffmpegsumo” was an inferior version of “chromium-ffmpeg” to be used only if you are avoiding the packman repos. In particulary, I think it does not provide the full multi-media support. Perhaps somebody forgot to rebuild chromium-ffmpeg at packman after updating chromium in the main opensuse repos.