[Webkit-unassigned] [Bug 208642] REGRESSION: (r257905) [ Mac wk2 Debug ] ASSERTION FAILED: !m_isolatedWorld->isNormal() || m_wrapper || !m_jsFunction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 5 18:40:04 PST 2020


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

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.carlson at apple.com,
                   |                            |jer.noble at apple.com

--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org> ---
Given the backtrace, it looks like someone using GenericEventQueue isn't keeping event target's wrapper alive.
GenericEventQueue is problematic because it doesn't keep event target's wrappers alive automatically.
Each event target which gets added to GenericEventQueue needs to keep its wrapper alive.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200306/b851e626/attachment-0001.htm>


More information about the webkit-unassigned mailing list