Bug 20943

Summary: REGRESSION (r36631?): Assertion failure in RefCountedLeakCounter::cancelMessageSuppression() when closing a window
Product: WebKit Reporter: mitz
Component: WebCore Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Normal CC: darin
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch mitz: review+

mitz
Reported 2008-09-19 11:19:11 PDT
I hit an assertion in RefCountedLeakCounter::cancelMessageSuppression() twice today when closing a Safari window. I cannot reliably reproduce it, though. ASSERTION FAILED: leakMessageSuppressionReasons->contains(reason)
Attachments
patch (1.70 KB, patch)
2008-09-19 11:25 PDT, Darin Adler
mitz: review+
Darin Adler
Comment 1 2008-09-19 11:23:34 PDT
I see what's wrong. I forgot to add some code to initWithCoder: that is in initWithFrame:. I'll fix it now.
Darin Adler
Comment 2 2008-09-19 11:25:27 PDT
mitz
Comment 3 2008-09-19 11:44:56 PDT
Comment on attachment 23574 [details] patch r=me
Darin Adler
Comment 4 2008-09-19 11:47:21 PDT
Note You need to log in before you can comment on or make changes to this bug.