Closed
Bug 550978
Opened 16 years ago
Closed 16 years ago
[SMIL] ABORT: Negative sample time for active animation: 'mSampleTime >= 0 || !mIsActive', file nsSMILAnimationFunction.cpp, line 257
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 492458
People
(Reporter: dholbert, Assigned: birtles)
References
Details
(Keywords: assertion)
Attachments
(1 file)
|
355 bytes,
image/svg+xml
|
Details |
No description provided.
| Reporter | ||
Comment 1•16 years ago
|
||
STR: Load attached testcase in debug build.
RESULTS: Abort, with this message:
###!!! ABORT: Negative sample time for active animation: 'mSampleTime >= 0 || !mIsActive', file ../../../mozilla/content/smil/nsSMILAnimationFunction.cpp, line 257
In an optimized build, everything seems to be fine.
| Reporter | ||
Updated•16 years ago
|
Summary: ABORT: Negative sample time for active animation: 'mSampleTime >= 0 || !mIsActive', file nsSMILAnimationFunction.cpp, line 257 → [SMIL] ABORT: Negative sample time for active animation: 'mSampleTime >= 0 || !mIsActive', file nsSMILAnimationFunction.cpp, line 257
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → birtles
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•16 years ago
|
||
This is basically because we don't support backwards seeking yet.
I'm going to start work on backwards seeking now but I'm leaving this as a separate bug (rather than making it a dupe) to be sure that we check this case passes once backwards seeking is done.
Depends on: 492458
| Assignee | ||
Comment 3•16 years ago
|
||
Confirmed that this is fixed by bug 492458
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•