Bug 22529 - Crashes seen on buildbots due to trying to stop a worker thread twice
Summary: Crashes seen on buildbots due to trying to stop a worker thread twice
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-27 03:03 PST by Alexey Proskuryakov
Modified: 2008-11-27 10:03 PST (History)
0 users

See Also:


Attachments
proposed fix (1.15 KB, patch)
2008-11-27 03:05 PST, Alexey Proskuryakov
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2008-11-27 03:03:43 PST
If a worker is asked to terminate, and then its object gets destroyed, WorkerThread::stop() can be called during thread destruction.
Comment 1 Alexey Proskuryakov 2008-11-27 03:05:50 PST
Created attachment 25557 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2008-11-27 10:03:17 PST
Committed revision 38821.