[Webkit-unassigned] [Bug 55941] REGRESSION (r80478): broke GTK inspector tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 08:26:28 PST 2011


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





--- Comment #1 from Darin Adler <darin at apple.com>  2011-03-08 08:26:28 PST ---
(In reply to comment #0)
> It seems we try to suspend an already-suspended timer. I'm not sure why that ASSERT is needed, really.

If two different clients try to suspend and then resume a timer, and the suspend/resume mechanism is not based on a count, it’s likely the timer gets resumed too early, when one of the clients still wants the timer suspended. Presumably the assert helps us notice mistakes like that.

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