Closed
Bug 746866
Opened 14 years ago
Closed 8 years ago
[Skia] walk_convex_edges failed assertion "local_top <= local_bot"
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [skia-upstream])
Attachments
(3 files)
1. Set
user_pref("gfx.canvas.azure.enabled", true);
2. Load the testcase in a debug build of Firefox.
Result:
gfx/skia/src/core/SkScan_Path.cpp:250: failed assertion "local_top <= local_bot"
| Reporter | ||
Comment 1•14 years ago
|
||
Updated•12 years ago
|
Whiteboard: [skia-upstream]
I hit this assertion on an Amazon AWS console page, painting SVG. Here's what I got out of gdb.
Comment 3•8 years ago
|
||
This no longer reproduces on trunk.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/eeaddbaabbee
Add crashtest. r=me
Comment 5•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•