[Webkit-unassigned] [Bug 123029] platform/mac/editing/attributed-string tests all flakily assert

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 19 10:03:49 PST 2013


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





--- Comment #8 from Alexey Proskuryakov <ap at webkit.org>  2013-12-19 10:01:53 PST ---
Looks like there are at least two problems here:

- Somehow, s_instanceWrapperCache contains an entry with an invalidated root object, which makes no sense.

- The cache should not be global, because Objective C instances can be used in multiple pages at once, and they need separate ObjcInstances then.

Both are pretty bad bugs I think.


This was failing extremely frequently lately - most of the time, multiple bots were red because of this issue alone. Marked as flakily crashing in debug in <http://trac.webkit.org/r160840>.

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