Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8.2
Description
It is rare crash, but could sometimes be reproduced with attached example by clicking the show/hide button.
It might output something like this also:
vkDebug: Validation Error: [ VUID-vkDestroySurfaceKHR-surface-01266 ] Object 0: handle = 0x6111e0b48680, type = VK_OBJECT_TYPE_INSTANCE; | MessageID = 0xbed408e4 | vkDestroySurfaceKHR(): called before its associated VkSwapchainKHR was destroyed. The Vulkan spec states: All VkSwapchainKHR objects created for surface must have been destroyed prior to destroying surface (https://vulkan.lunarg.com/doc/view/1.3.296.0/linux/1.3-extensions/vkspec.html#VUID-vkDestroySurfaceKHR-surface-01266)