Closed
Bug 1650736
Opened 5 years ago
Closed 5 years ago
Crash in [@ wgpu_server_device_create_texture]
Categories
(Core :: Graphics: WebGPU, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 1652400
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-663baec2-d224-4b33-ad21-8a9560200703.
Top 10 frames of crashing thread:
0 XUL RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 XUL mozglue_static::panic_hook mozglue/static/rust/lib.rs:89
2 XUL core::ops::function::Fn::call src/libcore/ops/function.rs:72
3 XUL std::panicking::rust_panic_with_hook src/libstd/panicking.rs:474
4 XUL std::panicking::begin_panic src/libstd/panicking.rs:397
5 XUL wgpu_server_device_create_texture gfx/wgpu_bindings/src/server.rs:383
6 XUL mozilla::webgpu::WebGPUParent::RecvDeviceCreateTexture dom/webgpu/ipc/WebGPUParent.cpp:262
7 XUL mozilla::webgpu::PWebGPUParent::OnMessageReceived ipc/ipdl/PWebGPUParent.cpp:907
8 XUL mozilla::layers::PCompositorManagerParent::OnMessageReceived ipc/ipdl/PCompositorManagerParent.cpp:197
9 XUL mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2150
The raw crash reason is D24Plus textures cannot be copied with the oldest crash we have on file being for buildid 20200526213752. We have older crashes on file with a different crash reason assertion failed: !desc.usage.intersects(wgt::TextureUsage::COPY_SRC | wgt::TextureUsage::COPY_DST) going back to buildid 20200425220031.
This seems to be affecting both macOS and Linux.
Updated•5 years ago
|
Severity: -- → S3
Component: Graphics: WebRender → Graphics: WebGPU
Flags: needinfo?(dmalyshau)
Priority: -- → P3
Comment 1•5 years ago
|
||
Let's consider this a dupe of the other bug for create_texture
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(dmalyshau)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•