Closed
Bug 38048
Opened 25 years ago
Closed 25 years ago
"nsnull != nextFrame" assertion spewage
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tor, Assigned: troy)
References
()
Details
The new design at www.intel.com appears to be causing problems for mozilla.
On a 5/2 cvs pull (post tree closing), I get pages of errors of this form:
###!!! ASSERTION: next frame in reflow command is null: 'nsnull != nextFrame',
file /cs/src/mozilla/mozilla/layout/html/base/src/nsAbsoluteContainingBlock.cpp,
line 337
###!!! Break: at file
/cs/src/mozilla/mozilla/layout/html/base/src/nsAbsoluteContainingBlock.cpp, line
337
###!!! ASSERTION: null ptr: 'nsnull != aFrame', file
/cs/src/mozilla/mozilla/layout/base/src/nsFrameList.cpp, line 306
###!!! Break: at file /cs/src/mozilla/mozilla/layout/base/src/nsFrameList.cpp,
line 306
Fixed by Chris's checkin to nsAbsoluteContainingBlock
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•