[Webkit-unassigned] [Bug 47484] Assertion failure in JSEventListener::jsFunction() (m_wrapper || !m_jsFunction)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 11 10:08:08 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |NeedsReduction
                 CC|                            |ap at webkit.org,
                   |                            |ggaren at apple.com




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-10-11 10:08:08 PST ---
It's common for this assertion to fail when someone dispatches an event to a node that has lost its wrapper during garbage collection. There are known cases where wrappers aren't protected, which all need to be fixed eventually.

This needs to be reduced for the actual problem to be discovered.

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