Crash in [@ loader_preload_icds]
Categories
(Core :: Graphics: WebGPU, defect)
Tracking
()
People
(Reporter: gsvelto, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
155 bytes,
text/html
|
Details |
Crash report: https://crash-stats.mozilla.org/report/index/b1762ade-86e4-499c-b11a-2b2780251116
Reason:
SIGSEGV / SEGV_MAPERR
Top 7 frames:
0 ? @0xfffffffffffffea0
1 libvulkan.so.1 loader_preload_icds /usr/src/debug/vulkan-icd-loader/Vulkan-Loader/loader/loader.c:2342
1 libvulkan.so.1 loader_preload_icds /usr/src/debug/vulkan-icd-loader/Vulkan-Loader/loader/loader.c:2333
1 libvulkan.so.1 terminator_EnumerateInstanceExtensionProperties /usr/src/debug/vulkan-icd-loader/Vulkan-Loader/loader/loader.c:7567
2 libvulkan.so.1 vkEnumerateInstanceExtensionProperties /usr/src/debug/vulkan-icd-loader/Vulkan-Loader/loader/trampoline.c:240
3 libvulkan.so.1 loader_delete_layer_list_and_properties /usr/src/debug/vulkan-icd-loader/Vulkan-Loader/loader/loader.c:4437
3 libvulkan.so.1 loader_scan_for_implicit_layers /usr/src/debug/vulkan-icd-loader/Vulkan-Loader/loader/loader.c:4441
This is most likely caused by a CPU bug in Raptor Lake CPUs, as all the crash reports we currently have on file are from one. Filing so that people won't waste time on it, we can revisit if different CPUs show up under this signature.
Comment 1•1 month ago
|
||
It's possible that this is a user with a raptor lake cpu who is hitting the same non-raptor lake cpu bug many times from looking at the install times: there are only 4 different install times. And they all have the same platform version.
Comment 2•1 month ago
|
||
Not sure if this should be classified as S3 or S4. I'll do S3 for now. Let's revise if this continues to show up in a meaningful volume.
Comment 3•1 month ago
•
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #0)
This is most likely caused by a CPU bug in Raptor Lake CPUs, as all the crash reports we currently have on file are from one.
Bug 2000509 is not specific to Raptor Lake. For example, I can also reproduce it from Coffee Lake: https://crash-stats.mozilla.org/report/index/9f8cca1a-59e9-4ae0-8320-b374c0251125 . I suspect bug 2000509 may generally affect clients that are running an entire Wayland compositor under optirun when dom.webgpu.enabled is enabled.
Steps to reproduce:
- Open Sway under Bumblebee:
optirun sway - Open Firefox 145.0.1 and enable
dom.webgpu.enabled - Open the testcase
Some sites that reproduce bug 2000509:
- https://www.twitch.tv/
- https://www.ups.com/
- https://www.cloudflare.com/
- https://itch.io/games/ (when the full-page Cloudflare challenge is triggered)
| Reporter | ||
Comment 4•1 month ago
|
||
Thank you, adjusting the bug accordingly.
Updated•1 month ago
|
Description
•