Bug 147200

Summary: Introduce release assert for using threads before threading is initialized
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: Web Template FrameworkAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch msaboff: review+

Filip Pizlo
Reported 2015-07-22 13:20:57 PDT
Previously there was a debug assert in ThreadIdentifierData::identifier() that would catch this, but we can also have a release assert in initialize(), which is called much less frequently.
Attachments
the patch (1.48 KB, patch)
2015-07-22 13:24 PDT, Filip Pizlo
msaboff: review+
Filip Pizlo
Comment 1 2015-07-22 13:24:35 PDT
Created attachment 257289 [details] the patch
Michael Saboff
Comment 2 2015-07-22 13:41:59 PDT
Comment on attachment 257289 [details] the patch r=me
Filip Pizlo
Comment 3 2015-07-22 13:50:57 PDT
Note You need to log in before you can comment on or make changes to this bug.