Closed
Bug 1649811
Opened 4 years ago
Closed 4 years ago
Crash in [@ <webrender_api::resources::FontResources as webrender_api::image::BlobImageResources>::get_font_data]
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: RyanVM, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-1090a0ea-dc90-43d3-887e-254b40200701.
Top 1 frames of crashing thread:
0 libxul.so <webrender_api::resources::FontResources as webrender_api::image::BlobImageResources>::get_font_data gfx/wr/webrender_api/src/resources.rs:48
Comment 1•4 years ago
|
||
I'm not familiar with this, but just two thoughts:
-
Bug 1649676 crashes Mac when disabling an in-use font, not sure if related.
-
If I'm looking at the correct HasFontData, it uses a lock to look at sFontDataTable, so I don't know what guarantees we have that the answer is still valid by the time the lookup happens?
Comment 2•4 years ago
|
||
Seems like this crash is no longer happening
Updated•4 years ago
|
No longer blocks: gfx-triage
Comment 3•4 years ago
|
||
This looks like a single user on a single day.
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Flags: needinfo?(lsalzman)
You need to log in
before you can comment on or make changes to this bug.
Description
•