Bug 22820 - WebCore timers sometimes stop running
Summary: WebCore timers sometimes stop running
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-11 23:32 PST by Steve Falkenburg
Modified: 2008-12-12 10:11 PST (History)
1 user (show)

See Also:


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+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Falkenburg 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.
Comment 1 Steve Falkenburg 2008-12-12 00:25:47 PST
Created attachment 25975 [details]
Delete the timer from the same thread that schedules the timer
Comment 2 Steve Falkenburg 2008-12-12 10:11:10 PST
Fixed in r39247.