Closed
Bug 1509870
Opened 6 years ago
Closed 5 years ago
"Failed to create ScaledFont for FontKey" on webrender on android
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1511131
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: jnicol, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
I'm hitting this on spiegel.de in the geckoview example app with webrender enabled. Doesn't happen immediately or reliably, but usually after scrolling around for a minute.
logcat:
11-26 14:16:42.212 25908 25987 I Gecko : [GFX2-]: Attempted to deserialize FreeType scaled font without FreeType face
11-26 14:16:42.213 25908 25987 I Gecko : [GFX1 39]: Failed to create ScaledFont for FontKey 93
11-26 14:16:42.214 25908 25987 F MOZ_Assert: Assertion failure: [GFX1 39]: Failed to create ScaledFont for FontKey 93, at /home/jamie/src/gecko/gfx/2d/Logging.h:728
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
(Randall Barker [:rbarker] from bug 1504667 comment 5)
> https://crash-stats.mozilla.com/report/index/a0b8af2c-9beb-4822-931a-11b020181130
|[0][GFX1 39]: Failed to create ScaledFont for FontKey 26 (t=29.2169)
Reporter | ||
Comment 2•6 years ago
|
||
Hitting this 100% reliably on page load on https://amp.theguardian.com/commentisfree/2018/dec/09/my-beef-with-vegans-says-more-about-me-than-them-david-mitchell (on amp.theguardian... but not www.theguardian...)
Comment 3•5 years ago
|
||
This seems to be responsible for the remaining wr_moz2d_render_cb signatures that were not fixed by bug 1524280.
Reporter | ||
Comment 4•5 years ago
|
||
This was a duplicate of bug 1511131. It was android specific, so a different bug to 1524280 and other wr_moz2d_render_cb crashes. Andrew, if there are still crashes matching that signature on other platforms then I think we should open a new bug for them?
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•