nabilh2020
Posts: 6
Joined: Sat Jun 20, 2015 9:32 am

Chromium on RPi 3 Pixel

Thu Jun 29, 2017 5:36 pm

The latest version of Chromium, I think 56, keeps crashing the O/S on RPi 3, either randomly, or when I try to visit some sites, like logging in to Google or Google Mail.

This makes it unusable, anyone having this issue, any bug report on this?

Is it possible to install another browser, like firefox in the mean time? until this mess is fixed?

Cheers.
Nabil H

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Chromium on RPi 3 Pixel

Thu Jun 29, 2017 6:30 pm

nabilh2020 wrote:The latest version of Chromium, I think 56, keeps crashing the O/S on RPi 3, either randomly, or when I try to visit some sites, like logging in to Google or Google Mail.

This makes it unusable, anyone having this issue, any bug report on this?

Is it possible to install another browser, like firefox in the mean time? until this mess is fixed?

Cheers.
Nabil H
In the latest issue of MagPi Magazine there is an article about running a RPi 3B with Raspbian Jessie OS as a desktop computer, seems chromium-browser may need tweaking, though I find it AOK if do not have multiple Tabs open:

https://www.raspberrypi.org/magpi/issues/59/


The alternatives are midori and firefox-esr browsers which are available from the Raspbian Jessie repositories:

Code: Select all

sudo apt-get update
sudo apt-get install firefox-esr midori
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Tichun
Posts: 71
Joined: Wed Jul 06, 2016 1:36 pm

Re: Chromium on RPi 3 Pixel

Sat Jul 01, 2017 5:02 pm

OS crashes on launching video online e.g on youtube or facebook.
There is high chance for this to happen.
It crashes that bad sysrq keyboard shorcuts wont even work.
Yet chromium is the fastest.

nabilh2020
Posts: 6
Joined: Sat Jun 20, 2015 9:32 am

Re: Chromium on RPi 3 Pixel

Sat Jul 01, 2017 10:45 pm

Fact is,

RPi 3 with Pixel has Chromium as default & only browser, it's integrated,

so as it's buggy, it needs fixing.

gkreidl
Posts: 6326
Joined: Thu Jan 26, 2012 1:07 pm
Location: Germany

Re: Chromium on RPi 3 Pixel

Sun Jul 02, 2017 2:25 am

nabilh2020 wrote:Fact is,

RPi 3 with Pixel has Chromium as default & only browser, it's integrated,

so as it's buggy, it needs fixing.
That's not true. The default image also contains epiphany, which also has HW accelerated video. It definitely has bugs, which will not be repaired any more, but has one great advantage: It needs less memory and can also be used with only 512 MB memory.
Chromium needs more memory than any other browser and that may lead to swapping (which looks like freezing). The default swap size may be too low. I use 1.5 GB swap size and and have not experienced any chromium crash so far. But I prefer using other browsers anyway.
Minimal Kiosk Browser (kweb)
Slim, fast webkit browser with support for audio+video+playlists+youtube+pdf+download
Optional fullscreen kiosk mode and command interface for embedded applications
Includes omxplayerGUI, an X front end for omxplayer

nabilh2020
Posts: 6
Joined: Sat Jun 20, 2015 9:32 am

Re: Chromium on RPi 3 Pixel

Sun Jul 02, 2017 2:51 pm

I found out the problem in my case -

It is GL (full or fake KMS) - when I disabled it & use the original non-GL drier, no more crashes.

nabilh2020
Posts: 6
Joined: Sat Jun 20, 2015 9:32 am

Re: Chromium on RPi 3 Pixel

Sun Jul 02, 2017 2:53 pm

gkreidl wrote:
nabilh2020 wrote:Fact is,

RPi 3 with Pixel has Chromium as default & only browser, it's integrated,

so as it's buggy, it needs fixing.
That's not true. The default image also contains epiphany, which also has HW accelerated video. It definitely has bugs, which will not be repaired any more, but has one great advantage: It needs less memory and can also be used with only 512 MB memory.
Chromium needs more memory than any other browser and that may lead to swapping (which looks like freezing). The default swap size may be too low. I use 1.5 GB swap size and and have not experienced any chromium crash so far. But I prefer using other browsers anyway.
Well, the Pixel release does not have epiphany.

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Chromium on RPi 3 Pixel

Sun Jul 02, 2017 2:58 pm

nabilh2020 wrote:
gkreidl wrote:
nabilh2020 wrote:Fact is,

RPi 3 with Pixel has Chromium as default & only browser, it's integrated,

so as it's buggy, it needs fixing.
That's not true. The default image also contains epiphany, which also has HW accelerated video. It definitely has bugs, which will not be repaired any more, but has one great advantage: It needs less memory and can also be used with only 512 MB memory.
Chromium needs more memory than any other browser and that may lead to swapping (which looks like freezing). The default swap size may be too low. I use 1.5 GB swap size and and have not experienced any chromium crash so far. But I prefer using other browsers anyway.
Well, the Pixel release does not have epiphany.
In the MENU under OTHER it is listed as Epiphany Web Browser :roll:
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

gkaiseril
Posts: 679
Joined: Mon Aug 08, 2016 9:27 pm
Location: Chicago, IL

Re: Chromium on RPi 3 Pixel

Sun Jul 02, 2017 7:57 pm

First make sure your applications are up to date by performing the apt-get update and apt-get upgrade. Then make sure you are running the latest version of Raperian, atp-get dist-upgrade.

As of today

pi@raspberrypi3:~ $ uname -a
Linux raspberrypi3 4.9.28-v7+ #998 SMP Mon May 15 16:55:39 BST 2017 armv7l GNU/Linux

Chromium version 56.0.2924.84 Built on Ubuntu 14.04, running on Raspberry 8.0

Note that the minor updates will have many fixes or current issues.
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Chromium on RPi 3 Pixel

Mon Jul 03, 2017 6:57 pm

gkaiseril wrote:As of today

pi@raspberrypi3:~ $ uname -a
Linux raspberrypi3 4.9.28-v7+ #998 SMP Mon May 15 16:55:39 BST 2017 armv7l GNU/Linux

Chromium version 56.0.2924.84 Built on Ubuntu 14.04, running on Raspberry 8.0

Note that the minor updates will have many fixes or current issues.
Your system is back level. Today's current kernel is 4.9.35+ #1014.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

runboy93
Posts: 352
Joined: Tue Feb 28, 2017 1:17 pm
Location: Finland
Contact: Website

Re: Chromium on RPi 3 Pixel

Mon Jul 24, 2017 3:30 am

Just use few hours (literally) to tweak everything inside raspbian / apps / chromium and after that usage will be much better, by default usage is like with my Pentium 4 processor without proper GPU (even moving websites up and down lags and loads forever)

dodger4
Posts: 13
Joined: Sat Nov 15, 2014 5:24 pm

Re: Chromium on RPi 3 Pixel

Mon Nov 27, 2017 6:54 am

I have the same problem. After loading, you open a new tab or try to type something, it's crashed.

Task Manager reveals it's using 825 mb of 950 available (or something like that) there are 2 instances of the process using 25-40% of the CPU, and there are several instances using 0%. In other words it's hogging the whole machine. You have to hit ctrl-alt-del right away because shortly after that, the whole machine is frozen and will not respond to mouse or keyboard.

NOOBS...everything updated and upgraded every time I log on.

I have uninstalled it (using remove) and reinstalled it. Same results.

Return to “General discussion”