[Webkit-unassigned] [Bug 76413] crash in JIT with PAX memory protection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 10:32:03 PST 2012


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





--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2012-01-17 10:32:04 PST ---
Anyone interested in making this work should have two options here.

(1) turn on ASSEMBLER_WX_EXCLUSIVE.  This may not be well tested lately in ToT, but will stop allocating WX memory.

(2) Set the flags in Platform.h to compile in both the JIT & the interpreter.  If the JIT buffer allocation fails it should automatically fall back to use the JIT.

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



More information about the webkit-unassigned mailing list