Bug 22530

Summary: Assertion failures seen on buildbot due to uninitialized WorkerThread::m_threadID
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: DOMAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
proposed fix mitz: review+

Alexey Proskuryakov
Reported 2008-11-27 03:18:55 PST
There is a race condition when initializing WorkerThread::m_threadID, because it is stored after the thread is created. This causes assertion failures when checking current thread id. Same problem is present when initializing database threads.
Attachments
proposed fix (5.57 KB, patch)
2008-11-27 03:40 PST, Alexey Proskuryakov
mitz: review+
Alexey Proskuryakov
Comment 1 2008-11-27 03:40:29 PST
Created attachment 25558 [details] proposed fix
Alexey Proskuryakov
Comment 2 2008-11-30 00:32:02 PST
Committed revision 38850.
Note You need to log in before you can comment on or make changes to this bug.