[Webkit-unassigned] [Bug 42756] Crash in privateCompileCTIMachineTrampolines() on Intel Atom D510 processor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 26 01:31:36 PST 2010


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





--- Comment #20 from Zoltan Herczeg <zherczeg at webkit.org>  2010-11-26 01:31:35 PST ---
(In reply to comment #19)
> $ ./mmap 
> 0xffffffffffffffff
> 
> works fine.

0xffffffffffffffff (is -1) is MAP_FAILED (you can check it by a printf MAP_FAILED)

Thus Oliver were right, and you are not allowed to alloc 2G. Could you try it with smaller sizes? (1G, 512M, etc.) until you get something back other than MAP_FAILED ?

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