[Webkit-unassigned] [Bug 131220] [WK2][GTK] ASSERTION FAILED: m_status == Scheduled in GMainLoopSource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 29 01:02:50 PDT 2014


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





--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-05-29 01:03:14 PST ---
Yes, this assert is wrong for repeating sources, the first time is correct, the status is scheduled, but then it's dispatched and it can be dispatched more than once. So we should check the status is either scheduled or dispatched.

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