Closed
Bug 478131
Opened 16 years ago
Closed 14 years ago
"ASSERTION: Column set should be complete if the available height is unconstrained"
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: "regression" from bug 468771)
Attachments
(1 file)
(deleted),
text/html
|
Details |
This testcase triggers the assertion in bug 468771:
###!!! ASSERTION: Column set should be complete if the available height is unconstrained: 'NS_FRAME_IS_COMPLETE(aStatus) || aReflowState.availableHeight != NS_UNCONSTRAINEDSIZE', file /Users/jruderman/central/layout/generic/nsColumnSetFrame.cpp, line 1030
Reporter | ||
Comment 1•16 years ago
|
||
It also triggers:
###!!! ASSERTION: Computed overflow area must contain frame bounds: 'aNewSize.width == 0 || aNewSize.height == 0 || aOverflowArea->Contains(nsRect(nsPoint(0, 0), aNewSize))', file /Users/jruderman/central/layout/generic/nsFrame.cpp, line 5562
###!!! ASSERTION: Shouldn't be incomplete if availableHeight is UNCONSTRAINED.: 'aReflowState.availableHeight != NS_UNCONSTRAINEDSIZE', file /Users/jruderman/central/layout/generic/nsBlockFrame.cpp, line 1390
###!!! ASSERTION: bad height: 'Not Reached', file /Users/jruderman/central/layout/generic/nsLineLayout.cpp, line 188
Reporter | ||
Comment 2•16 years ago
|
||
> This testcase triggers the assertion in bug 468771:
I meant "the assertion ADDED in bug 468771".
Comment 3•15 years ago
|
||
roc: is this a real bug or is the assertion wrong? How bad is the problem the assertion is warning about?
Assignee: nobody → roc
Whiteboard: [needs answer from roc to comment 3] "regression" from bug 468771
It's a real bug. The problem does not directly lead to memory safety issues, though.
Comment 5•15 years ago
|
||
The abort is unrelated to this.
Whiteboard: [needs answer from roc to comment 3] "regression" from bug 468771 → "regression" from bug 468771
Assignee: roc → nobody
Reporter | ||
Comment 7•14 years ago
|
||
WFM, but see bug 569193.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 8•14 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•