Closed
Bug 420785
Opened 17 years ago
Closed 16 years ago
Hang or abort with "yikes! spinning on a line over 1000 times" involving XBL, <caption>, LSEP
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, hang, testcase)
Attachments
(1 file)
622 bytes,
application/xhtml+xml
|
Details |
Loading the testcase in a Mac trunk debug build triggers two assertions a bunch of times, then aborts. I think it would hang in an opt build.
###!!! ASSERTION: unconstrained height on totally empty line: 'NS_UNCONSTRAINEDSIZE != aState.mAvailSpaceRect.height', file /Users/jruderman/trunk/mozilla/layout/generic/nsBlockFrame.cpp, line 3474
###!!! ASSERTION: redo line on totally empty line with non-empty band...: 'aState.IsImpactedByFloat()', file /Users/jruderman/trunk/mozilla/layout/generic/nsBlockFrame.cpp, line 3479
Caption(caption)(0)@0x24ccd78: yikes! spinning on a line over 1000 times!
###!!! ABORT: file /Users/jruderman/trunk/mozilla/layout/generic/nsBlockFrame.cpp, line 3262
Reporter | ||
Comment 1•16 years ago
|
||
WFM on mozilla-central. I'll add a crashtest.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•16 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•