RESOLVED FIXED 22820
WebCore timers sometimes stop running
https://bugs.webkit.org/show_bug.cgi?id=22820
Summary WebCore timers sometimes stop running
Steve Falkenburg
Reported 2008-12-11 23:32:38 PST
A problem in the Windows shared timer code results in us failing to fire the shared timer. This is fatal to all future timers, so the net result is that no timers will run for the remainder of the app's lifetime.
Attachments
Delete the timer from the same thread that schedules the timer (4.43 KB, patch)
2008-12-12 00:25 PST, Steve Falkenburg
oliver: review+
Steve Falkenburg
Comment 1 2008-12-12 00:25:47 PST
Created attachment 25975 [details] Delete the timer from the same thread that schedules the timer
Steve Falkenburg
Comment 2 2008-12-12 10:11:10 PST
Fixed in r39247.
Note You need to log in before you can comment on or make changes to this bug.