[Webkit-unassigned] [Bug 36930] java/lc3/instanceof/instanceof-001.html crashed on Snow Leopard Debug Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 1 00:16:13 PDT 2010


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





--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-04-01 00:16:13 PST ---
I'm told this is caused by Java working with WebViews from secondary threads -
other assertions in WebClipView.m can fail because of this, too. It's
reasonably safe in release builds.

Maybe there is way to change this assertion to not fire in such cases. We could
skip the assertion if one of the clip-related methods was ever called from a
secondary thread for this particular view.

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