Closed
Bug 1877128
Opened 2 years ago
Closed 2 years ago
crashes when attempting to grab the device fence with dx12
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(1 file)
Seeing some failing unwraps on CI like https://treeherder.mozilla.org/logviewer?job_id=444470981&repo=try&lineNumber=13120
This is happening while constructing the device.
Either the device or the fenc handle in None. Looks like we should make this fallible or document why it isn't and undertand why it fails.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → nical.bugzilla
Status: NEW → ASSIGNED
Updated•2 years ago
|
Severity: -- → S3
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05de260aa700
Avoid panic in wgpu_server_get_device_fence_handle. r=ErichDonGubler
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•