[Webkit-unassigned] [Bug 53352] Heavy external fragmentation in FixedVMPoolAllocator can lead to a CRASH().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 30 23:39:15 PST 2011


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





--- Comment #7 from Gavin Barraclough <barraclough at apple.com>  2011-01-30 23:39:15 PST ---
I think the fix here will be to disable these tests on Linux.  The problem is that Linux does not support VM overcommit, since on x86-64 we need to allocate all VM in a single allocation, we have two choices on x86-64 linux:
(1) commit a huge amount of physical RAM / swap up front
(2) opt not to be able to run crazily huge functions.
I think we have to pick the latter.  Will look at this tomorrow.

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