[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
Mon Mar 3 12:50:07 PST 2014


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





--- Comment #21 from Zan Dobersek <zandobersek at gmail.com>  2014-03-03 12:47:10 PST ---
(In reply to comment #8)
> I wonder if the stack limit check is working as intended.  If it isn't, you could be exceeding the stack.  For example on Mac, we expect that this particular test, g.apply(null, new Array(65537)) to throw a stack size exceeded exception.
> 

The crashing test case is actually 'g.apply(null, new Array(65536))', so it just passes the MaxArguments + 1 test and is expected to succeed (i.e. not throw an exception).

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