https://bugs.winehq.org/show_bug.cgi?id=51314
Bug ID: 51314 Summary: vulkan-1:vulkan crashes on cw-rx460 with recent Radeon drivers Product: Wine Version: 6.10 Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: directx-d3d Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
vulkan-1:vulkan crashes on cw-rx460 with recent Radeon drivers:
https://test.winehq.org/data/patterns.html#vulkan-1:vulkan
vulkan.c:425: this is the last test seen before the exception 16c4:vulkan: unhandled exception c0000005 at 6B718FCD
With the Radeon 19.11.3 driver test_private_data() is skipped because the device creation fails. But with the Radeon >= 21.3.2 driver the function is being run and the vkSetPrivateDataEXT() call causes a crash.
https://bugs.winehq.org/show_bug.cgi?id=51314
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase Regression SHA1| |262e4ab9e0eeb126dde5cb4cba1 | |3fbf7f1d1cef0
--- Comment #1 from François Gouget fgouget@codeweavers.com --- For reference the test was added by this commit:
commit 262e4ab9e0eeb126dde5cb4cba13fbf7f1d1cef0 Author: Georg Lehmann dadschoorse@gmail.com AuthorDate: Wed Jul 8 15:43:23 2020 +0200
vulkan-1: Add test for VK_EXT_private_data.
Signed-off-by: Georg Lehmann dadschoorse@gmail.com Signed-off-by: Liam Middlebrook lmiddlebrook@nvidia.com Signed-off-by: Alexandre Julliard julliard@winehq.org
https://bugs.winehq.org/show_bug.cgi?id=51314
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|vulkan-1:vulkan crashes on |vulkan-1:vulkan crashes on |cw-rx460 with recent Radeon |cw-rx460 with recent |drivers |Windows Radeon drivers
https://bugs.winehq.org/show_bug.cgi?id=51314
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This is still the case with Windows 11 and the 22.5.1 WHQL Radeon driver. So there must be something wrong with the way the test uses the Vulkan private data. Also now it can be reproduced with the w11pro64_amd VM.
https://bugs.winehq.org/show_bug.cgi?id=51314
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|vulkan-1:vulkan crashes on |vulkan-1:vulkan crashes on |cw-rx460 with recent |Windows with recent Radeon |Windows Radeon drivers |drivers
https://bugs.winehq.org/show_bug.cgi?id=51314
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dadschoorse@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=51314
Georg Lehmann dadschoorseapi@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dadschoorseapi@gmail.com
--- Comment #3 from Georg Lehmann dadschoorseapi@gmail.com --- There is nothing wrong with the test, this is very likely an AMD driver bug. The Vulkan spec clearly states that vkSetPrivateDataEXT with the VkDevice handle is valid, but I guess AMD doesn't handle it correctly.
https://bugs.winehq.org/show_bug.cgi?id=51314
--- Comment #4 from François Gouget fgouget@codeweavers.com --- So that would imply that maybe the right fix for the test would be adding a broken() for this result?
https://bugs.winehq.org/show_bug.cgi?id=51314
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |fe41590dfefc660c4cc952367f7 | |f86fd53c8b52f CC| |infyquest@gmail.com Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #5 from Vijay Kamuju infyquest@gmail.com --- Fix commited
https://bugs.winehq.org/show_bug.cgi?id=51314
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 9.0-rc3.