Closed
Bug 1222752
Opened 9 years ago
Closed 3 months ago
Assertion failure: 0.0f <= intervalProgress && intervalProgress < 1.0f (Interval progress should be in the range [0, 1)), at /hdd/builds/build-mozilla-central/mozilla/dom/smil/nsSMILAnimationFunction.cpp:428
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: dbaron, Unassigned)
References
()
Details
Attachments
(1 file)
15.46 KB,
text/plain
|
Details |
I reliably (twice in a row) see:
Assertion failure: 0.0f <= intervalProgress && intervalProgress < 1.0f (Interval progress should be in the range [0, 1)), at /hdd/builds/build-mozilla-central/mozilla/dom/smil/nsSMILAnimationFunction.cpp:428
when loading:
http://smbc-comics.com/index.php?id=3919
gdb on an optimized+debug build wasn't particularly helpful, though. The one thing that was of interest was that the SMILAnimationController's document was for a different URL (probably a subframe, I guess), which was:
https://www.kickstarter.com/projects/weiner/religion-ruining-everything-since-4004-bc/widget/video.html
Reporter | ||
Comment 1•9 years ago
|
||
Updated•2 years ago
|
Severity: normal → S3
Comment 2•3 months ago
|
||
Seems OK now. Perhaps bug 932969 fixed it.
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•