[Webkit-unassigned] [Bug 25614] ASSERTION Failure in JSC::binaryChop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 10 09:30:11 PST 2011


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


Michael Saboff <msaboff at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |msaboff at apple.com
                   |kit.org                     |
                 CC|                            |msaboff at apple.com
     Ever Confirmed|0                           |1




--- Comment #6 from Michael Saboff <msaboff at apple.com>  2011-01-10 09:30:10 PST ---
This is due to improper reporting of stack overflow exception.  we use the wrong JIT PC value to determine the byte code offset.  Although this only is apparent with debug build due to an assertion, it happens silently on release builds.

A patch is in the works.

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