Closed
Bug 700031
Opened 14 years ago
Closed 14 years ago
"ASSERTION: Can only call this on frames that have been reflowed" with too-deep frame tree
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: jruderman, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: assertion, testcase)
Attachments
(4 files)
2.27 KB,
application/xhtml+xml
|
Details | |
70.27 KB,
text/plain
|
Details | |
1.49 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
3.04 KB,
patch
|
Details | Diff | Splinter Review |
WARNING: frame tree too deep; setting zero size and returning: file /builds/slave/m-cen-osx64-dbg/build/layout/generic/nsFrame.cpp, line 4941
###!!! ASSERTION: Can only call this on frames that have been reflowed: '!(GetStateBits() & NS_FRAME_FIRST_REFLOW)', file layout/generic/nsTextFrameThebes.cpp, line 2317
Reporter | ||
Comment 1•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → matspal
OS: Mac OS X → All
Hardware: x86_64 → All
Assignee | ||
Comment 2•14 years ago
|
||
http://hg.mozilla.org/mozilla-central/annotate/d144d8a5af9e/layout/mathml/nsMathMLContainerFrame.cpp#l901
'aChildFrame' has NS_FRAME_TOO_DEEP_IN_FRAME_TREE so any child frames are not
reflowed. The assertion occurs when calling ComputeTightBounds on line 920.
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #584565 -
Flags: review?(roc)
Assignee | ||
Comment 4•14 years ago
|
||
Try run pending:
https://tbpl.mozilla.org/?tree=Try&rev=156d26ae94f1
Attachment #584565 -
Flags: review?(roc) → review+
Assignee | ||
Comment 5•14 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/52384048e349
https://hg.mozilla.org/integration/mozilla-inbound/rev/166bde5c0002
Flags: in-testsuite+
Whiteboard: [inbound]
Target Milestone: --- → mozilla12
https://hg.mozilla.org/mozilla-central/rev/52384048e349
https://hg.mozilla.org/mozilla-central/rev/166bde5c0002
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
You need to log in
before you can comment on or make changes to this bug.
Description
•