Closed
Bug 1632707
Opened 4 years ago
Closed 3 years ago
Crash in [@ mozilla::webgpu::PresentCallback]
Categories
(Core :: Graphics: WebGPU, defect, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
thunderbird_esr60 | --- | unaffected |
thunderbird_esr68 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox76 | --- | disabled |
firefox77 | --- | disabled |
firefox78 | --- | disabled |
People
(Reporter: mccr8, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug is for crash report bp-46bda1c2-c38c-4967-8524-b429f0200423.
Top 10 frames of crashing thread:
0 XUL mozilla::webgpu::PresentCallback dom/webgpu/ipc/WebGPUParent.cpp:582
1 XUL wgpu_core::device::fire_map_callbacks gfx/wgpu/wgpu-core/src/device/mod.rs
2 XUL wgpu_core::device::<impl wgpu_core::hub::Global<G>>::queue_submit gfx/wgpu/wgpu-core/src/device/mod.rs:1564
3 XUL mozilla::webgpu::WebGPUParent::RecvSwapChainPresent dom/webgpu/ipc/WebGPUParent.cpp:667
4 XUL mozilla::webgpu::PWebGPUParent::OnMessageReceived ipc/ipdl/PWebGPUParent.cpp:2297
5 XUL mozilla::layers::PCompositorManagerParent::OnMessageReceived ipc/ipdl/PCompositorManagerParent.cpp:197
6 XUL mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2186
7 XUL mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1989
8 XUL <name omitted> ipc/chromium/src/base/message_pump_default.cc:35
9 XUL MessageLoop::Run ipc/chromium/src/base/message_loop.cc:290
Null deref. Only 2 crashes, from a single installation, but maybe it'll still be of interest.
Comment 1•4 years ago
|
||
Looked at this briefly, not sure what conditions would lead to the null access violation.
The data
has a refcount added before the callback, and released at the end of it, so it shouldn't be NULL.
The data->mTextureHost
is permanently associated with data
and accessed all the time.
Updated•4 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: -- → S3
Updated•3 years ago
|
status-firefox76:
--- → disabled
status-firefox77:
--- → disabled
status-firefox78:
--- → disabled
status-firefox-esr68:
--- → unaffected
Comment 2•3 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•