Closed
Bug 509562
Opened 16 years ago
Closed 14 years ago
[BC] ASSERTION: program error: '(i >= startIndex) && (i <= endIndex)'
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
359 bytes,
application/xhtml+xml
|
Details |
###!!! ASSERTION: program error: '(i >= startIndex) && (i <= endIndex)', file layout/tables/nsTableFrame.cpp, line 5020
###!!! ASSERTION: program error: '(i >= startIndex) && (i <= endIndex)', file layout/tables/nsTableFrame.cpp, line 5046
The corresponding array accesses are checked using min/max functions, so this isn't the end of the world.
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•