Closed
Bug 1865835
Opened 1 year ago
Closed 1 year ago
Crash in [@ dwrote::font_family::FontFamily::get_first_matching_font]
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox120 | --- | unaffected |
firefox121 | --- | unaffected |
firefox122 | --- | fixed |
People
(Reporter: dmeehan, Unassigned)
References
(Regression)
Details
(4 keywords)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/460ebcec-5b4e-41f3-b880-000ee0231121
MOZ_CRASH Reason: assertion failed: hr == 0
Top 10 frames of crashing thread:
0 xul.dll MOZ_Crash mfbt/Assertions.h:281
0 xul.dll RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 xul.dll mozglue_static::panic_hook mozglue/static/rust/lib.rs:96
2 xul.dll core::ops::function::Fn::call<void /rustc/79e9716c980570bfd1f666e3b16ac583f0168962/library/core/src/ops/function.rs:250
3 xul.dll alloc::boxed::impl$49::call library/alloc/src/boxed.rs:2021
3 xul.dll std::panicking::rust_panic_with_hook library/std/src/panicking.rs:735
4 xul.dll std::panicking::begin_panic_handler::closure$0 library/std/src/panicking.rs:601
5 xul.dll std::sys_common::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic_handler::closure_env$0, never$> library/std/src/sys_common/backtrace.rs:170
6 xul.dll std::panicking::begin_panic_handler library/std/src/panicking.rs:597
7 xul.dll core::panicking::panic_fmt library/core/src/panicking.rs:72
Reporter | ||
Comment 1•1 year ago
|
||
Setting Fx122 to fixed, the regressor was backed out of central
Keywords: regression
Comment 2•1 year ago
|
||
:cmartin, since you are the author of the regressor, bug 1860062, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(cmartin)
![]() |
||
Updated•1 year ago
|
Crash Signature: [@ dwrote::font_family::FontFamily::get_first_matching_font] → [@ dwrote::font_family::FontFamily::get_first_matching_font]
[@ mozilla::gfx::RecordedFontDescriptor::PlayEvent]
Comment 3•1 year ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly (startup)
For more information, please visit BugBot documentation.
Keywords: topcrash,
topcrash-startup
Updated•1 year ago
|
Severity: -- → S2
Flags: needinfo?(cmartin)
Priority: -- → P1
Comment 4•1 year ago
|
||
Should be fixed by backout.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Updated•1 year ago
|
status-firefox120:
--- → unaffected
status-firefox121:
--- → unaffected
status-firefox-esr115:
--- → unaffected
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•