[Webkit-unassigned] [Bug 22033] [GTK] CTI/Linux r38064 crashes when loading google

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 17:45:06 PST 2008


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





------- Comment #6 from alp at nuanti.com  2008-11-03 17:45 PDT -------
I'm not able to try this on Fedora right now.

Please try building with the JIT enabled and without these extra
CFLAGS/CXXFLAGS that config.log reports:

-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -fasynchronous-unwind-tables

Knowing whether one of these compiler flags is breaking the JIT will help
narrow down the issue and work out a solution (either removing that flag from
your build configuration or fixing the JIT to work with it).

If the problem doesn't lie with these extra flags you're using on Fedora, it
might be down to executable memory protection features (NX?) being enabled on
Fedora which isn't too difficult to fix. I'm not familiar with the security
features enabled in Fedora by default unfortunately.


-- 
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