[Webkit-unassigned] [Bug 101428] REGRESSION (r133633): ASSERTION FAILED: m_wrapper || !m_jsFunction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 7 16:07:56 PST 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|ASSERTION FAILED: m_wrapper |REGRESSION (r133633):
                   ||| !m_jsFunction            |ASSERTION FAILED: m_wrapper
                   |                            ||| !m_jsFunction
                 CC|                            |ap at webkit.org,
                   |                            |ggaren at apple.com




--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2012-11-07 16:09:30 PST ---
This assertion usually means that JS wrapper was garbage collected too early. Perhaps some code still tries to look for the wrapper in the HashMap only, and thus fails to protect the wrapper from GC.

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