hojnikb post at 2015-12-2 22:38:47

Web browsers crashing

So i'm using the latest Ubuntu Mate 15.04 from loboris (Orange Pi PC) and i've noticed, that both Midori (latest from Ubuntu repo and latest from debians repos)and Web (epiphany) are crasing or freezing after a certain period of time.
Web usually brings segfaults and Midori simply freezes and loads single core to 100%. Any ideas what that could be ?

I should note that Chromium and Net Surf are working perfectly fine, but are kinda useless in their respects (chromium being quite slow and net surf render sites very poorly due to simplisitic engine).
But both Web and Midori are perfectly balanced (both speed and quality of render) for this types of boards.


bronco post at 2015-12-2 22:59:33

The reason of crashes might not be related to software at all but can also be caused by unrealiable hardware :)

Maybe caused bei either overclocking or undervolting. In case you haven't done this already it's strongly recommended to verify settings: http://linux-sunxi.org/Hardware_Reliability_Tests#Reliability_of_cpufreq_voltage.2Ffrequency_settings

hojnikb post at 2015-12-2 23:08:30

It happens on both underclocked/undervolted and stock dvfs table. Its the same, those two browsers are crasing.

I highly doubt it's hardware's fault, as it would crash in other things to (namely chromium, which is even more cpu intensive).

Maybe its something wrong with the distro or kernel itself...

jacer post at 2015-12-3 13:19:24

Edited by jacer at 2015-12-3 13:20

hojnikb replied at 2015-12-2 23:08
It happens on both underclocked/undervolted and stock dvfs table. Its the same, those two browsers a ...
Actually chromium browser is fast. You should install GPU driver to play U2B videos which is based on HTML5. Refer to this post for instruction. You can also install iceweasel browser but no HTML5 video support.http://www.orangepi.cn/orangepib ... d=66&extra=page%3D1

moinejf post at 2015-12-3 17:12:31

The WebKit based browsers don't work on ARM machines for a long time (at least 2 years).On my Cubox, I run xxxterm, midori, dwb.., on my OPI2, I run xombrero, vimb.. with the same behaviour: either loop or crash depending on the browsed sites.
I was told that dwb also crashed randomly on X86 machines. BTW, these webkit browsers don't support HTML5.
So, as chromium is not available, I use the slow browsers iceweasel on Debian and firefox on VoidLinux when I really needinformation...

jacer post at 2015-12-3 17:59:12

Edited by jacer at 2015-12-3 18:08

moinejf replied at 2015-12-3 17:12
The WebKit based browsers don't work on ARM machines for a long time (at least 2 years).On my Cubox, ...
Chromium browser support HTML5 video and audio. If you are using Debian distro open your termnial and input below commands to install. After installation you will be able to play U2B videos. And it is recommanded you install the GPU driver also. I tried on OPI-PC and OPI-Plus 2, both runs fast. cd ~
wget https://launchpadlibrarian.net/219266845/chromium-browser_45.0.2454.101-0ubuntu0.15.04.1.1183_armhf.deb
wget https://launchpadlibrarian.net/219266848/chromium-chromedriver_45.0.2454.101-0ubuntu0.15.04.1.1183_armhf.deb
wget https://launchpadlibrarian.net/219266847/chromium-codecs-ffmpeg-extra_45.0.2454.101-0ubuntu0.15.04.1.1183_armhf.deb
sudo apt-get insall libgnome-keyring0 xdg-utils
sudo dpkg -i *.deb

hojnikb post at 2015-12-3 18:35:24

Any specific chromium flag tweaks to maximize performance on H3 ?
page: [1]
View full version: Web browsers crashing