23:43 fdobridge: <r​edsheep> Is anybody else here running KDE Plasma? Either I have found a plasma bug bad enough it seems unlikely it shipped, or I have found an NVK bug. It's definitely not zink this time, I don't even have to run a zink session. I just set the plasma renderer to vulkan, try alt tabbing, and kwin_x11 crashes
23:44 fdobridge: <r​edsheep> Here's the info and full backtrace
23:44 fdobridge: <r​edsheep> https://cdn.discordapp.com/attachments/1034184951790305330/1244798343981305936/info.txt?ex=66566c4c&is=66551acc&hm=f61b93a0c33a4e3b6b8c56e807ee0948c7986f272c583ceb4650cfbb57d5cdeb&
23:44 fdobridge: <r​edsheep> https://cdn.discordapp.com/attachments/1034184951790305330/1244798344266776656/gdb.txt?ex=66566c4c&is=66551acc&hm=f3f2ce12d401b650dc1bb78c3dcc8f24c96231fd178c89b6e06e9b868f3267aa&
23:47 fdobridge: <r​edsheep> I think that maybe `pAllocator=0x0` on line 41 of the backtrace is bad? Not entirely sure
23:48 fdobridge: <a​irlied> looks more like pCreateInfo->image is corrupt
23:48 fdobridge: <a​irlied> image = 0xb8 is definitely not correct
23:48 fdobridge: <a​irlied> so sounds like an app bug, it might be some image creation path fails just before that and it fails to catch it
23:49 fdobridge: <r​edsheep> Let me see if this same configuration crashes on the prop driver
23:49 fdobridge: <a​irlied> it looks broke even in frame 10
23:49 fdobridge: <a​irlied> viewInfo = {sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO, pNext = 0x0, flags = 0, image = 0xb8,
23:50 fdobridge: <a​irlied> so definitely app doing something funky or strange
23:50 fdobridge: <r​edsheep> Is prop a good test or is this one where it's not equivalent? I can't really test a different vulkan driver
23:51 fdobridge: <r​edsheep> Mesa vulkan driver*
23:52 fdobridge: <a​irlied> not sure, it may or may not be
23:52 fdobridge: <a​irlied> probably need to find out how mature the kwin vulkan backend is and ask them, or run with validation eanbled
23:53 fdobridge: <r​edsheep> Oh, well given that it crashes on the nvidia prop driver I would say that means it is a good enough test
23:54 fdobridge: <r​edsheep> Mesa isn't even involved and it crashes, so yeah app bug. That's unfortunate. Good to know it isn't NVK though
23:55 fdobridge: <r​edsheep> Thanks for the help!