12863: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created page with 'OLPC has fixed a problem with the Browse and Epiphany web browsers on the XO-1 laptops. == Problem == Browse and Epiphany may stop suddenly, or text may be replaced by boxes. …')
 
No edit summary
 
Line 3: Line 3:
== Problem ==
== Problem ==


Browse and Epiphany may stop suddenly, or text may be replaced by boxes.
Browse and Epiphany may stop suddenly.

▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯▯


This began to be common when using google.com, late in 2014, and early in 2015.
This began to be common when using google.com, late in 2014, and early in 2015.
Line 23: Line 21:
Upgrade the ''webkitgtk3'' package:
Upgrade the ''webkitgtk3'' package:


* for [[13.2.1]] see http://rpmdropbox.laptop.org/f18-xo1/ (in progress, not complete)
* for [[14.1.0]] see http://rpmdropbox.laptop.org/f20-xo1/
* for [[14.1.0]] see http://rpmdropbox.laptop.org/f20-xo1/


Line 30: Line 27:
XO-1 uses the Geode processor which does not have full SSE support.
XO-1 uses the Geode processor which does not have full SSE support.


Some time after [[12.1.0]], WebKit began using SSE instructions for certain floating point operations.
WebKit began using SSE instructions for certain floating point operations.


google.com began using JavaScript elements with floating point arithmetic.
google.com began using JavaScript elements with floating point arithmetic.

Latest revision as of 08:31, 2 March 2015

OLPC has fixed a problem with the Browse and Epiphany web browsers on the XO-1 laptops.

Problem

Browse and Epiphany may stop suddenly.

This began to be common when using google.com, late in 2014, and early in 2015.

On XO-1.5, XO-1.75 and XO-4, the problem does not occur.

Solution

Upgrade to 14.1.0 once it is released.

Workaround

Use another search engine.

or

Upgrade the webkitgtk3 package:

Diagnosis

XO-1 uses the Geode processor which does not have full SSE support.

WebKit began using SSE instructions for certain floating point operations.

google.com began using JavaScript elements with floating point arithmetic.

See Also