Open
Bug 1654297
Opened 4 years ago
Updated 3 years ago
Crash in [@ core::option::expect_failed | webrender::glyph_cache::GlyphCache::get_glyph_key_cache_for_font]
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox80 | --- | affected |
People
(Reporter: achronop, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, steps-wanted, testcase-wanted)
Crash Data
This bug is for crash report bp-aba168c8-c122-4b52-9bce-146d90200721.
Top 10 frames of crashing thread:
0 XUL RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 XUL mozglue_static::panic_hook mozglue/static/rust/lib.rs:89
2 XUL core::ops::function::Fn::call src/libcore/ops/function.rs:72
3 XUL std::panicking::rust_panic_with_hook src/libstd/panicking.rs:474
4 XUL rust_begin_unwind src/libstd/panicking.rs:378
5 XUL core::panicking::panic_fmt src/libcore/panicking.rs:85
6 XUL core::option::expect_failed src/libcore/option.rs:1203
7 XUL webrender::glyph_cache::GlyphCache::get_glyph_key_cache_for_font gfx/wr/webrender/src/glyph_cache.rs:174
8 XUL webrender::batch::BatchBuilder::add_prim_to_batch gfx/wr/webrender/src/resource_cache.rs:1014
9 XUL webrender::batch::BatchBuilder::add_pic_to_batch gfx/wr/webrender/src/batch.rs:775
Since 20200204214324
Comment 1•4 years ago
|
||
MOZ_CRASH Reason (Sanitized) BUG: Unable to find glyph key cache!
Comment 3•4 years ago
|
||
No idea offhand. Hard to diagnose without a testcase.
Flags: needinfo?(lsalzman)
Keywords: steps-wanted,
testcase-wanted
Comment 4•4 years ago
|
||
Jamie, the spike in the reports looks somewhat suspiciously timed to your text run bounds changes maybe?
Flags: needinfo?(jnicol)
Updated•4 years ago
|
Comment 5•4 years ago
|
||
I don't think that could have caused this: it didn't change anything outside of the callback which is called by fetch_gylphs()
(after the point of the crash)
Flags: needinfo?(jnicol)
You need to log in
before you can comment on or make changes to this bug.
Description
•