Closed
Bug 223458
Opened 21 years ago
Closed 19 years ago
ASSERTION: CellIterator program error (in nsTableFrame.cpp)
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: tenthumbs, Unassigned)
References
()
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
896 bytes,
text/html
|
Details |
Go to above URLscroll up and down and get a bunch of these:
###!!! ASSERTION: CellIterator program error: 'PR_FALSE', file nsTableFrame.cpp,
line 6701
Break: at file nsTableFrame.cpp, line 6701
Happens with many of the pages off <http://httpd.apache.org/docs-2.0/>. Didn't
used to do this.
My Linux trunk build form this morning.
could you backout the checkin for bug
http://bugzilla.mozilla.org/show_bug.cgi?id=217769 and see whether the problem
goes away ?
Comment 3•21 years ago
|
||
testcase asserts with current CVS.
make your window short enough to get a vertical scrollbar.
scroll to the bottom ==> assertion.
there's no assertion if the DOCTYPE is removed (quirks)
Updated•19 years ago
|
Summary: Assertion in nsTableFrame.cpp → ASSERTION: CellIterator program error (in nsTableFrame.cpp)
Comment 4•19 years ago
|
||
WFM Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20060115 Firefox/1.6a1
Comment 5•19 years ago
|
||
WFM with a linux seamonkey trunk build from yesterday. Testcase doesn't assert and I loaded a few pages from apache.org and they don't assert.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Comment 6•16 years ago
|
||
Crashtest added as part of http://hg.mozilla.org/mozilla-central/rev/afc662d52ab1
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•