Closed
Bug 1229972
Opened 9 years ago
Closed 7 years ago
[Skia-update branch] SkFixed.h:46: failed assertion "n64 == n32"
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
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/include/core/SkFixed.h:46: failed assertion "n64 == n32"
Reporter | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
This bug looks specific to the Mac font host in Skia, so I can't reproduce on Linux. CC'ing Mason so that maybe we can investigate this after the Skia update lands.
OS: Unspecified → Mac OS X
Whiteboard: [gfx-noted]
SkScalerContext_Mac::generateMetrics gets cgAdvance with +Inf width. This all starts with the zero scale which leads to non-invertible matrix.
Updated•9 years ago
|
Assignee: nobody → mchang
Comment 4•9 years ago
|
||
Just an FYI, this still happens even with the update.
Updated•8 years ago
|
Version: Trunk → 46 Branch
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Assignee: mchang → nobody
Comment 5•7 years ago
|
||
This no longer reproduces on trunk.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/22844a79065b
Add crashtest. r=me
Comment 7•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•