Crash in [@ wgpu_hal::auxil::dxgi::result::impl$0::into_device_result::closure$0<T>]
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
People
(Reporter: mccr8, Unassigned, NeedInfo)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/d7be1dad-5da1-4e5d-8d86-af6ff0241003
MOZ_CRASH Reason:
GraphicsCommandList::close failed: Out of memory
Top 10 frames:
0 xul.dll MOZ_Crash(char const*, int, char const*) mfbt/Assertions.h:317
0 xul.dll RustMozCrash(char const*, int, char const*) mozglue/static/rust/wrappers.cpp:18
1 xul.dll mozglue_static::panic_hook(std::panic::PanicHookInfo*) mozglue/static/rust/lib.rs:102
2 xul.dll core::ops::function::Fn::call<void (*)(ref$<std::panic::PanicHookInfo>), tupl... /rustc/eeb90cda1969383f56a2637cbd3037bdf598841c/library/core/src/ops/function.rs:166
3 xul.dll alloc::boxed::impl$50::call() library/alloc/src/boxed.rs:2084
3 xul.dll std::panicking::rust_panic_with_hook() library/std/src/panicking.rs:808
4 xul.dll std::panicking::begin_panic_handler::closure$0() library/std/src/panicking.rs:674
5 xul.dll std::sys::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic_h... library/std/src/sys/backtrace.rs:168
6 xul.dll std::panicking::begin_panic_handler() library/std/src/panicking.rs:665
7 xul.dll core::panicking::panic_fmt() library/core/src/panicking.rs:74
This is the fourth most common crash on the October 2 Windows Nightlies. It looks like a grab bag of different failure reasons, though this OOM one is the most common. Lots of WebGPU demos in the URLs, as you'd expect. I don't know if it is particularly actionable, but there's no open bug on file, so I thought I'd file one if there's something we can do here.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
:jimb, could you consider increasing the severity of this top-crash bug?
For more information, please visit BugBot documentation.
Comment 2•1 year ago
|
||
The increase in volume was due to https://bugzilla.mozilla.org/show_bug.cgi?id=1937129#c8.
Comment 3•11 months 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 5•9 months ago
|
||
Copying crash signatures from duplicate bugs.
Comment 6•4 months ago
|
||
Closing because no crashes reported for 12 weeks.
Description
•