[Webkit-unassigned] [Bug 24326] WebKit Gtk built with gcc4.4 and -O2 crashes and has layout issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 05:13:16 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=24326





------- Comment #2 from mtasaka at ioa.s.u-tokyo.ac.jp  2009-03-06 05:13 PDT -------
As I wrote in RH bug https://bugzilla.redhat.com/show_bug.cgi?id=488112
this seems aliasing issue.

Actually compiling libJavaScriptCore.a with -fno-strict-aliasing
seems to fix this issue. When compiled with -O2 (Fedora uses -O2 by default
and -O2 implies -fstrict-aliasing), log messages show some warnings
related to aliasing issue. Note that currently nspr has similar
issue:
https://bugzilla.redhat.com/show_bug.cgi?id=487844


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list