Closed
Bug 436602
Opened 17 years ago
Closed 16 years ago
"ASSERTION: Not enough frames to push" and crash [@ nsLineBox::nsLineBox] with -moz-column, float
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, crash, testcase)
Crash Data
Attachments
(1 file)
|
156 bytes,
text/html
|
Details |
Loading the testcase triggers an assertion failure and a crash.
###!!! ASSERTION: Not enough frames to push: 'nsFrameList(aFrame).GetLength() >= pushCount', file /Users/jruderman/central/mozilla/layout/generic/nsBlockFrame.cpp, line 3840
Thread 0 Crashed:
0 nsIFrame::GetStyleDisplay() const + 15 (nsStyleStructList.h:95)
1 nsLineBox::nsLineBox[in-charge](nsIFrame*, int, int) + 223 (nsLineBox.cpp:70)
2 NS_NewLineBox(nsIPresShell*, nsIFrame*, int, int) + 66 (nsLineBox.cpp:94)
3 nsBlockReflowState::NewLineBox(nsIFrame*, int, int) + 51 (nsBlockReflowState.cpp:191)
4 nsBlockFrame::SplitLine(nsBlockReflowState&, nsLineLayout&, nsLineList_iterator, nsIFrame*, LineReflowStatus*) + 681 (nsBlockFrame.cpp:3843)
...
This does not crash anymore with current trunk however it spills a lot of warnings
WARNING: We shouldn't be backing up more than once! Someone must have set a break opportunity beyond the available width, even though there were better break opportunities before it: file d:/moz_src/src/layout/generic/nsBlockFrame.cpp, line 3469
| Reporter | ||
Comment 2•16 years ago
|
||
Yep, WFM. I'll toss the testcase in as a crashtest in a bit.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Updated•16 years ago
|
Flags: in-testsuite+
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsLineBox::nsLineBox]
You need to log in
before you can comment on or make changes to this bug.
Description
•