Skip to content

pressing vsync causes SIGTRAP #7

Description

@Abhinavpatel00

`./build/vk_minimal_latest
[15:41:37.076] Starting ...
[15:41:37.117] VULKAN API: 1.4
[15:41:37.126] Validation Layers: ON
[15:41:37.127] Selected GPU: Intel(R) UHD Graphics (TGL GT2)
[15:41:37.127] Driver: 25.1.1
[15:41:37.127] Vulkan API: 1.4.311
[15:41:37.145] Enabled device extensions:
[15:41:37.145] VK_KHR_swapchain
[15:41:37.145] VK_KHR_push_descriptor
[15:41:37.145] VK_EXT_extended_dynamic_state
[15:41:37.145] VK_EXT_extended_dynamic_state2
[15:41:37.145] VK_EXT_extended_dynamic_state3
[15:41:37.145] VK_EXT_swapchain_maintenance1
[15:41:37.145] VK_KHR_dynamic_rendering
Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] | MessageID = 0x5717e75b
vkAcquireNextImageKHR(): Semaphore must not have any pending operations.
The Vulkan spec states: If semaphore is not VK_NULL_HANDLE, it must not have any uncompleted sig
nal or wait operations pending (https://docs.vulkan.org/spec/latest/chapters/VK_KHR_surface/wsi.
html#VUID-vkAcquireNextImageKHR-semaphore-01779)
Objects: 1
[0] VkSemaphore 0x970000000097[N5utils9SwapchainE::m_frameResources[i].imageAvailableSemapho
re ( in minimal_latest.cpp:1172)]

[15:41:40.889] vkAcquireNextImageKHR(): Semaphore must not have any pending operations.
The Vulkan spec states: If semaphore is not VK_NULL_HANDLE, it must not have any uncompleted sig
nal or wait operations pending (https://docs.vulkan.org/spec/latest/chapters/VK_KHR_surface/wsi.
html#VUID-vkAcquireNextImageKHR-semaphore-01779)
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions