Closed
Bug 363149
Opened 19 years ago
Closed 19 years ago
[FIX]"ASSERTION: Some frame destructors were not called"
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: jruderman, Assigned: bzbarsky)
References
Details
(Keywords: assertion)
Attachments
(1 file)
1.03 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: Some frame destructors were not called: 'mFrameCount == 0', file /Users/admin/trunk/mozilla/layout/base/nsPresShell.cpp, line 623
I'm getting this just starting Firefox. I also get it when I reload a simple page (http://www.squarefree.com/start/), and twice when I quit Firefox.
I'm using Firefox trunk on Mac, after the reflow branch landing.
This bug prevents me from testing for certain kinds of security holes.
Reporter | ||
Updated•19 years ago
|
Flags: blocking1.9?
![]() |
Assignee | |
Comment 1•19 years ago
|
||
I think this has always been broken... not sure why it didn't come up before.
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #248441 -
Flags: superreview?(roc)
Attachment #248441 -
Flags: review?(roc)
Comment on attachment 248441 [details] [diff] [review]
This fixes the problem for me
That's my regression. I moved code from the destructor (where the parent is automatically called) to Destroy() (where the parent is not automatically called).
Attachment #248441 -
Flags: superreview?(roc)
Attachment #248441 -
Flags: superreview+
Attachment #248441 -
Flags: review?(roc)
Attachment #248441 -
Flags: review+
![]() |
Assignee | |
Updated•19 years ago
|
Priority: -- → P1
Summary: "ASSERTION: Some frame destructors were not called" → [FIX]"ASSERTION: Some frame destructors were not called"
Target Milestone: --- → mozilla1.9alpha
![]() |
Assignee | |
Comment 3•19 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Flags: blocking1.9?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•