Bug 20943 - REGRESSION (r36631?): Assertion failure in RefCountedLeakCounter::cancelMessageSuppression() when closing a window
Summary: REGRESSION (r36631?): Assertion failure in RefCountedLeakCounter::cancelMessa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P1 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-19 11:19 PDT by mitz
Modified: 2008-09-19 11:47 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.70 KB, patch)
2008-09-19 11:25 PDT, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 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)
Comment 1 Darin Adler 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.
Comment 2 Darin Adler 2008-09-19 11:25:27 PDT
Created attachment 23574 [details]
patch
Comment 3 mitz 2008-09-19 11:44:56 PDT
Comment on attachment 23574 [details]
patch

r=me
Comment 4 Darin Adler 2008-09-19 11:47:21 PDT
http://trac.webkit.org/changeset/36668