[Webkit-unassigned] [Bug 127902] Fix the remaining regression caused by the jsCStack branch merge on Linux platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 25 16:05:12 PST 2014


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





--- Comment #14 from Geoffrey Garen <ggaren at apple.com>  2014-02-25 16:02:19 PST ---
> WTF::StackBounds::initialize() sets up:
> - origin at 0x7ffffffff000,
> - bound at  0x7fffff7ff000
> for 8MB in size.

0x7fffffef9fe0 is well above 0x7fffff7ff000, so we have not overflowed the value set by WTF::StackBounds. But is that value actually correct? Can you double-check with some system tool to see what the actual VM mapping for the main thread's stack is?

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