Closed
Bug 413582
Opened 18 years ago
Closed 17 years ago
"ASSERTION: Leaking overflow placeholder frames" with -moz-column, float
Categories
(Core :: Layout, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, memory-leak, testcase)
Attachments
(2 files)
Loading the testcase triggers:
###!!! ASSERTION: unexpected frame type: 'Not Reached', file
###!!! ASSERTION: reflow dirty lines failed: 'NS_SUCCEEDED(rv)', file /Users/jruderman/trunk/mozilla/layout/generic/nsBlockFrame.cpp, line 937
###!!! ASSERTION: Leaking overflow placeholder frames: 'mOverflowPlaceholders.IsEmpty()', file /Users/jruderman/trunk/mozilla/layout/generic/nsBlockReflowState.cpp, line 160
Reloading or closing the testcase triggers:
###!!! ASSERTION: Some objects allocated with AllocateFrame were not freed: 'mFrameCount == 0', file /Users/jruderman/trunk/mozilla/layout/base/nsPresShell.cpp, line 673
A bunch of stuff leaks, including an nsGenericElement.
I don't know whether this is a security hole.
Flags: blocking1.9?
Reporter | ||
Comment 1•18 years ago
|
||
Bug 409565 also triggers the first two assertions, so it might be related.
Updated•18 years ago
|
Flags: blocking1.9? → blocking1.9+
Priority: -- → P3
Comment 2•18 years ago
|
||
This is probably the same or a related bug, I see this assertion and some other assertions with this testcase, using current trunk build. The testcase also seems to leak.
Flags: wanted1.9.0.x+
Flags: blocking1.9-
Updated•17 years ago
|
Flags: tracking1.9+
![]() |
||
Comment 3•17 years ago
|
||
Testcase in comment #0 WFM on Mac trunk Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1a2pre) Gecko/20080818150509 Minefield/3.1a2pre with mallocscribble. No assertions / crashes / leaks at all.
Reporter | ||
Comment 4•17 years ago
|
||
I'm not seeing any assertions, crashes, or trace-malloc leaks with either testcase. WFM.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Comment 5•17 years ago
|
||
Does this bug still occur on the 1.9.0 branch? Any reason not to open this bug up?
Reporter | ||
Comment 6•17 years ago
|
||
WFM on 1.9.0 too. I'll check in a crashtest or two when things are more green and open.
Group: core-security
Flags: in-testsuite?
Reporter | ||
Updated•17 years ago
|
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•