Closed
Bug 1229973
Opened 9 years ago
Closed 9 years ago
[Skia-update branch] SkRRect.cpp:534: failed assertion "min <= max"
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
DUPLICATE
of bug 1018527
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [gfx-noted])
Attachments
(2 files)
Using the Mac build from https://treeherder.mozilla.org/#/jobs?repo=try&revision=91dc4f334fc5 (This does NOT reproduce on mozilla-central because bug 1082598 has not landed yet.) gfx/skia/skia/src/core/SkRRect.cpp:534: failed assertion "min <= max"
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
This bug was recently fixed as a consequence of bug 1018527, which added checks for infs in ValidateRect, so that ClearRect no longer has to deal with them and they will never get to Skia via this path.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Whiteboard: [gfx-noted]
You need to log in
before you can comment on or make changes to this bug.
Description
•