jimg Posted August 16, 2017 Posted August 16, 2017 Firefox (not Chromium this time) is now crashing on me when I attempt to launch it on an Orange Pi PC+. Seems to be related to a new security update I think I got (55.0.1+build2-0ubuntu0.16.04.2). Anyone else having this problem?
Nilton Da Silva Posted September 2, 2017 Posted September 2, 2017 I am having the same problem with orange pi plus 2e and orange pi pc plus. I've tried searching for previous versions but found no links.
Ralph Posted September 15, 2017 Posted September 15, 2017 Same here. Orange pi pc. ExceptionHandler::GenerateDump cloned child ExceptionHandler::WaitForContinueSignal waiting for continue signal... 6342 ExceptionHandler::SendContinueSignalToChild sent continue signal to child I have found no solution.
jimg Posted October 15, 2017 Author Posted October 15, 2017 This is a known problem that appears to be compiler-related: https://bugzilla.mozilla.org/show_bug.cgi?id=1391802 https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1711337 A fix appears to have been released for Ubuntu 17.04, but that version won't install due to unmet dependencies that can't be satisfied with Armbian (libstdc++6 (>= 6)). The last stable build I could find for armhf is Firefox 52. You can download it from here via FTP: ftp://ports.ubuntu.com/ubuntu-ports/pool/main/f/firefox/firefox_52.0.2+build1-0ubuntu0.12.04.1_armhf.deb These are the steps I took to remove the broken version, install the unmet dependencies, install the older, working version, and prevent it from being automatically upgraded back to the new, broken version. sudo apt remove firefox sudo apt-get install libpango1.0-0 sudo dpkg -i ~/Downloads/firefox_52.0.2+build1-0ubuntu0.12.04.1_armhf.deb sudo apt-mark hold firefox (TIL: gdebi is a very useful tool for seeing the dependencies of a package before you install it. You can use it from the command line like so: sudo gdebi <name of deb package> to see the dependencies you might need to install before installing a package.) 2
Cafe Posted January 29, 2018 Posted January 29, 2018 (edited) Thanks jimg, I had same issue in an Orange Pi Lite and your solution works perfectly. Edited January 29, 2018 by Cafe
Technicavolous Posted February 28, 2018 Posted February 28, 2018 This is a late post but I got version 57 working per these instructions today - https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1711337/comments/40 As root I had to use this line - root@odroidxu4:/# echo 'user_pref("gfx.content.azure.backends", "");' >> ./home/technicavolous/.mozilla/firefox/9c00y7fq.default/prefs.js I found that using root@odroidxu4:/# find -name prefs.js from the root directory as root. (didn't seem to work with sudo) I'm running Armbian on an XU4 root@odroidxu4:/# uname -a Linux odroidxu4 4.9.61-odroidxu4 #2 SMP PREEMPT Wed Nov 22 16:34:23 CET 2017 armv7l armv7l armv7l GNU/Linux Don't forget to mark firefox so it doesn't get 'upgraded' to the latest broken version - root@odroidxu4:/home/technicavolous# apt-mark hold firefox firefox set on hold. ADD: and it plays HD!! I got 720 working fine but my bandwidth doesn't handle 1080 ... and I think the fix above may reduce the graphics capability but hey, it plays!
Ucino Posted September 4, 2018 Posted September 4, 2018 Hello, An other way to have Firefox working easily : using synaptic we can downgrade from 61 to 45 and firefox don't crash, on OPiPC+ with Armbian_5.38_Orangepipcplus_Ubuntu_xenial_default_3.4.113_desktop
jimg Posted September 4, 2018 Author Posted September 4, 2018 Yes, that will work, but going from 61 -> 45 is a big version downgrade :( .
ag123 Posted September 6, 2018 Posted September 6, 2018 oh well, it seemed firefox works in stretch but chromium crashes instead there
Recommended Posts