Open
Bug 1927833
Opened 1 year ago
Updated 1 year ago
Intermittent Assertion failure: success (Shouldn't receive device lost on an unregistered device.), at /builds/worker/checkouts/gecko/dom/webgpu/ipc/WebGPUChild.cpp:196
Categories
(Core :: Graphics: WebGPU, defect, P5)
Core
Graphics: WebGPU
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox134 | --- | affected |
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: assertion, intermittent-failure, testcase)
Attachments
(1 file)
|
525 bytes,
text/html
|
Details |
Filed by: agoloman [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=480260143&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ahKP-BJoRRiah35IgH4QJA/runs/0/artifacts/public/logs/live_backing.log
[task 2024-10-29T15:27:48.058Z] 15:27:48 INFO - TEST-START | /_mozilla/webgpu/cts/webgpu/api/validation/capability_checks/limits/minStorageBufferOffsetAlignment/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:createBindGroup,at_over:*
[task 2024-10-29T15:27:48.170Z] 15:27:48 INFO - Closing window 5ca2524a-d9d8-4a5c-9ca6-b5ef60e14b7b
[task 2024-10-29T15:27:49.246Z] 15:27:49 INFO - PID 5079 | [Child 5885, Main Thread] WARNING: '!global', file /builds/worker/checkouts/gecko/dom/serviceworkers/ServiceWorkerContainer.cpp:646
[task 2024-10-29T15:27:49.273Z] 15:27:49 INFO - PID 5079 | [Parent 5079, IPC I/O Parent] WARNING: [1.1]: GetUserData call for port '44B102D66749F315.A943DEC3486C00DA' failed: file /builds/worker/checkouts/gecko/ipc/glue/NodeController.cpp:424
[task 2024-10-29T15:27:50.914Z] 15:27:50 INFO - PID 5079 | ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to /tmp/tmph7xfj1gw/runtests_leaks_2891_tab_pid6188.log
[task 2024-10-29T15:27:52.991Z] 15:27:52 INFO - PID 5079 | [Parent 5079, Main Thread] WARNING: NS_ENSURE_TRUE(record) failed: file /builds/worker/checkouts/gecko/toolkit/components/antitracking/bouncetrackingprotection/BounceTrackingProtection.cpp:310
[task 2024-10-29T15:27:53.008Z] 15:27:53 INFO - PID 5079 | [Parent 5079, Main Thread] WARNING: Running RecordStatefulBounces after a timeout failed.: 'NS_SUCCEEDED(rv)', file /builds/worker/checkouts/gecko/toolkit/components/antitracking/bouncetrackingprotection/BounceTrackingState.cpp:713
[task 2024-10-29T15:27:53.432Z] 15:27:53 INFO - PID 5079 | ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to /tmp/tmph7xfj1gw/runtests_leaks_2891_tab_pid6297.log
[task 2024-10-29T15:27:56.256Z] 15:27:56 INFO - PID 5079 | [WARN wgpu_hal::vulkan::instance] InstanceFlags::VALIDATION requested, but unable to find layer: VK_LAYER_KHRONOS_validation
[task 2024-10-29T15:27:56.290Z] 15:27:56 INFO - PID 5079 | [WARN wgpu_hal::vulkan::instance] GENERAL [Loader Message (0x0)]
[task 2024-10-29T15:27:56.291Z] 15:27:56 INFO - PID 5079 | terminator_CreateInstance: Failed to CreateInstance in ICD 1. Skipping ICD.
[task 2024-10-29T15:27:56.292Z] 15:27:56 INFO - PID 5079 | [WARN wgpu_hal::vulkan::instance] objects: (type: INSTANCE, hndl: 0x7fb518f1f000, name: ?)
[task 2024-10-29T15:27:58.977Z] 15:27:58 INFO - PID 5079 | [6133] Assertion failure: success (Shouldn't receive device lost on an unregistered device.), at /builds/worker/checkouts/gecko/dom/webgpu/ipc/WebGPUChild.cpp:196
[task 2024-10-29T15:27:59.064Z] 15:27:59 INFO - STDOUT: Initializing stack-fixing for the first stack frame, this may take a while...
[task 2024-10-29T15:28:01.507Z] 15:28:01 INFO - Browser not responding, setting status to CRASH
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 3•1 year ago
|
||
Tier 1 failure here: https://treeherder.mozilla.org/logviewer?job_id=482856845&repo=autoland&lineNumber=1550
Summary: Intermittent [tier 2] Assertion failure: success (Shouldn't receive device lost on an unregistered device.), at /builds/worker/checkouts/gecko/dom/webgpu/ipc/WebGPUChild.cpp:196 → Intermittent Assertion failure: success (Shouldn't receive device lost on an unregistered device.), at /builds/worker/checkouts/gecko/dom/webgpu/ipc/WebGPUChild.cpp:196
| Comment hidden (Intermittent Failures Robot) |
Comment 5•1 year ago
|
||
This test case reliably reproduces the issue on a fuzzing debug build for me.
Updated•1 year ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•