[Webkit-unassigned] [Bug 52514] [jsfunfuzz] Assertion in exception handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 15 17:00:58 PST 2011


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





--- Comment #3 from Oliver Hunt <oliver at apple.com>  2011-01-15 17:00:58 PST ---
Okay, the problem is we don't produce a sensible address for the exception when call linking fails.  We survive this because the exception handling code is robust to random addresses, but it needs to be fixed.

The current cause of this assertion in jsfunfuzz is the lazy parser accepting an invalid strict mode function.  Subsequently calling this function reparses in ast mode and rejects it, leading to the link failing.

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