Crash in [@ webrender::renderer::upload::UploadTexturePool::format_index]
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: aryx, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
This crash signature has been observed for some time but got more frequent for Nightly 121.0a1 with 29 crashes from 20 installations starting with build ID 20231106094018.
Crash report: https://crash-stats.mozilla.org/report/index/6b274cce-ba5e-489d-afea-a94470231114
MOZ_CRASH Reason: unexpected format
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/cc66ad468955717ab92600c770da8c1601a4ff33/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:711
4 xul.dll std::panicking::begin_panic::closure$0<ref$<str$> > /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:628
5 xul.dll std::sys_common::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic::closure_env$0<ref$<str$> >, never$> /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/sys_common/backtrace.rs:170
6 xul.dll std::panicking::begin_panic<ref$<str$> > /rustc/cc66ad468955717ab92600c770da8c1601a4ff33/library/std/src/panicking.rs:627
7 xul.dll webrender::renderer::upload::UploadTexturePool::format_index gfx/wr/webrender/src/renderer/upload.rs:663
| Reporter | ||
Comment 1•2 years ago
|
||
Glenn, do you have an idea what started this? First affected build is from a Monday, regressing change could have landed the previous days.
Comment 2•2 years ago
|
||
No, I'm not sure what could cause that - Nical might have some ideas?
Updated•2 years ago
|
Comment 3•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
:gw, could you consider increasing the severity of this top-crash bug?
For more information, please visit BugBot documentation.
Comment 4•2 years ago
|
||
We could probably make the assert provide some more information, that may offer a clue to what's happening, but it's likely we will still need a local repro to understand this properly.
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Based on the topcrash criteria, the crash signature linked to this bug is not a topcrash signature anymore.
For more information, please visit BugBot documentation.
Comment 6•2 years ago
|
||
Bug 1883932 has a reproducible testcase (and a possible regressor)
Comment 7•2 years ago
|
||
mid-level gpu process crash which we recover from. Still S2? We do have a test case now, so might be more actionable.
Updated•1 year ago
|
Comment 9•1 year ago
|
||
Since the crash volume is low (less than 15 per week), the severity is downgraded to S3. Feel free to change it back if you think the bug is still critical.
For more information, please visit BugBot documentation.
Description
•