today as I was apt-updating my official Ubuntu Mate 16.04 system on Raspberry Pi 3, there was a Firefox update to v55.0.1, which I installed. After that, Firefox refused to start: It didn't even show up, only the crash reporter came up. In the console, launching Firefox gave the following output:
Code: Select all
(firefox:6391): Gtk-WARNING **: Theme parsing error: gtk.css:27:35: Junk at end of value
(firefox:6391): Gtk-WARNING **: Theme parsing error: gtk.css:40:48: Junk at end of value
[..]
ExceptionHandler::GenerateDump cloned child 6416
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...I only know that in the new Firefox version they made some changes regarding hardware acceleration and multithreading, because now you can have a single thread for each tab separately. Maybe that's problematic for the Pi?
Also, unlike Raspian, Ubuntu Mate doesn't yet have any graphics hardware acceleration on the Pi.
My kernel is the normal Raspbian kernel "4.9.41-v7+", fetched via
Code: Select all
sudo rpi-updateAny help is highly appreciated.
Cheers
