Crash in [@ core::result::unwrap_failed | wgpu_server_encoder_copy_texture_to_buffer]
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox112 | --- | unaffected |
firefox113 | --- | unaffected |
firefox114 | + | fixed |
People
(Reporter: aryx, Assigned: ErichDonGubler)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: crash, regression, topcrash)
Crash Data
Attachments
(3 files)
7 crashes from 4+ different machines - all run Arch Linux and Firefox 114.0a1. This aligns with the landing of bug 1827421.
Crash report: https://crash-stats.mozilla.org/report/index/dfa6d251-0f6e-4a15-901d-891260230421
MOZ_CRASH Reason: called `Result::unwrap()` on an `Err` value: Transfer(UnspecifiedBytesPerRow)
Top 10 frames of crashing thread:
0 libxul.so MOZ_Crash mfbt/Assertions.h:261
0 libxul.so RustMozCrash mozglue/static/rust/wrappers.cpp:18
1 libxul.so mozglue_static::panic_hook mozglue/static/rust/lib.rs:91
2 libxul.so core::ops::function::Fn::call library/core/src/ops/function.rs:79
3 libxul.so <alloc::boxed::Box<F, A> as core::ops::function::Fn<Args>>::call library/alloc/src/boxed.rs:2002
3 libxul.so std::panicking::rust_panic_with_hook library/std/src/panicking.rs:692
4 libxul.so std::panicking::begin_panic_handler::{{closure}} library/std/src/panicking.rs:579
5 libxul.so std::sys_common::backtrace::__rust_end_short_backtrace library/std/src/sys_common/backtrace.rs:137
6 libxul.so rust_begin_unwind library/std/src/panicking.rs:575
7 libxul.so core::panicking::panic_fmt library/core/src/panicking.rs:64
Assignee | ||
Comment 1•2 years ago
•
|
||
An easy way to repro this on all platforms currently is to navigate to https://webgpu.github.io/webgpu-samples/samples/cubemap. I'll be taking investigation on this.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D176206
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D176207
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Copying crash signatures from duplicate bugs.
Comment 7•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
:ErichDonGubler, could you consider increasing the severity of this top-crash bug?
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 10•2 years ago
|
||
This issue should be fixed now, with recent patches landing.
Comment 11•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Assignee | ||
Comment 14•2 years ago
|
||
For reference: this was caused by the unfortunate collision between cbindgen
#710 and :nical's patch (D175262) for bug 1827421.
Comment 15•2 years ago
|
||
Copying crash signatures from duplicate bugs.
Description
•