Closed
Bug 1704148
Opened 4 years ago
Closed 4 years ago
Crash in [@ wgpu_core::hub::Storage<T>::get]
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox88 | --- | disabled |
| firefox89 | --- | disabled |
| firefox90 | --- | fixed |
People
(Reporter: mccr8, Assigned: kvark)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/9e96bb3f-7011-43be-8f5d-60de10210408
MOZ_CRASH Reason: index out of bounds: the len is 9 but the index is 15
Top 10 frames of crashing thread:
0 libxul.so RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 libxul.so mozglue_static::panic_hook mozglue/static/rust/lib.rs:89
2 libxul.so core::ops::function::Fn::call /builds/worker/fetches/rustc/lib/rustlib/src/rust/library/core/src/ops/function.rs:70
3 libxul.so std::panicking::rust_panic_with_hook library/std/src/panicking.rs:595
4 libxul.so std::panicking::begin_panic_handler::{{closure}} library/std/src/panicking.rs:497
5 libxul.so std::sys_common::backtrace::__rust_end_short_backtrace library/std/src/sys_common/backtrace.rs:141
6 libxul.so rust_begin_unwind library/std/src/panicking.rs:493
7 libxul.so core::panicking::panic_fmt library/core/src/panicking.rs:92
8 libxul.so core::panicking::panic_bounds_check library/core/src/panicking.rs:69
9 libxul.so wgpu_core::hub::Storage<T, I>::get gfx/wgpu/wgpu-core/src/hub.rs:126
There are a couple of these crashes. I don't know if this is a dupe of something else that is on file.
The URL for all 4 of these crashes is https://austin-eng.com/webgpu-samples/samples/instancedCube?wgsl=1
3 of these crashes have the index out of bound message.
One of them has the crash message "BindGroupLayout[21] does not exist": bp-3f0ab473-871a-4629-8f66-caf0d0210407
| Assignee | ||
Comment 1•4 years ago
|
||
About to be fixed by https://phabricator.services.mozilla.com/D112828
Assignee: nobody → dmalyshau
| Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
status-firefox88:
--- → disabled
status-firefox89:
--- → disabled
status-firefox90:
--- → fixed
status-firefox-esr78:
--- → unaffected
Depends on: 1622846
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•