Closed
Bug 369945
Opened 18 years ago
Closed 17 years ago
"ASSERTION: reflow roots must not have visible overflow" with XUL and MathML
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: assertion, testcase)
Attachments
(3 files, 1 obsolete file)
Loading this page triggers two assertions:
###!!! ASSERTION: non-root frame's desired size changed during an incremental reflow: 'target == root || (desiredSize.width == size.width && desiredSize.height == size.height)', file /Users/jruderman/trunk/mozilla/layout/base/nsPresShell.cpp, line 6062
###!!! ASSERTION: reflow roots must not have visible overflow: 'desiredSize.mOverflowArea == nsRect(nsPoint(0, 0), nsSize(desiredSize.width, desiredSize.height))', file /Users/jruderman/trunk/mozilla/layout/base/nsPresShell.cpp, line 6066
The first assertion also appears in bug 366791.
Reporter | ||
Comment 2•17 years ago
|
||
I still see this on trunk.
Comment 3•17 years ago
|
||
Still happens on TRUNK with during startup with:
Build identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b2pre) Gecko/2007112921 SeaMonkey/2.0a1pre
Reporter | ||
Comment 4•17 years ago
|
||
On Seamonkey startup? That might be a different bug.
Comment 5•17 years ago
|
||
Yes, this I received upon startup of seamonkey right NOW using cvs HEAD.
Comment 6•17 years ago
|
||
OK, after doing 'continue' I got few more asserts about this until I finally received a browser window. Is this is what was puzzling? Sorry, I did not take the full backtraces always but if you ask for them I can reproduce them hopefully easily. ;-)
Attachment #311874 -
Attachment is obsolete: true
![]() |
||
Comment 7•17 years ago
|
||
Like Jesse said, what you're seeing is almost certainly a different bug.
Reporter | ||
Comment 8•17 years ago
|
||
WFM, Mac trunk debug.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
![]() |
||
Updated•17 years ago
|
Flags: in-testsuite?
Reporter | ||
Updated•17 years ago
|
Flags: in-testsuite? → in-testsuite+
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•