Closed
Bug 377472
Opened 18 years ago
Closed 14 years ago
WARNING: NS_ENSURE_TRUE(index < static_cast< PRUint32 >(mFrames.Count()))
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: assertion)
Attachments
(1 file)
|
9.63 KB,
text/plain
|
Details |
WARNING: NS_ENSURE_TRUE(index < static_cast< PRUint32 >(mFrames.Count()))
STEPS TO REPRODUCE
1. load the attached testcase in bug 375475
PLATFORMS AND BUILDS TESTED
SeaMonkey trunk debug build on Linux (cairo-gtk2)
| Reporter | ||
Comment 1•18 years ago
|
||
mFrames.Count() == 0 in imgContainer::GetFrameAt()
Comment 2•14 years ago
|
||
Does this still happen?
| Reporter | ||
Comment 3•14 years ago
|
||
Nope. imgContainer::GetFrameAt that asserted doesn't even exist anymore.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•