<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Desktop-wide input freeze when vulkan (radv)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105119#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Desktop-wide input freeze when vulkan (radv)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105119">bug 105119</a>
from <span class="vcard"><a class="email" href="mailto:jakub@okonski.org" title="Jakub Okoński <jakub@okonski.org>"> <span class="fn">Jakub Okoński</span></a>
</span></b>
<pre>I ran my code on Windows using AMD's proprietary driver, I can see this message
from validation layers:
Attempt to reset command buffer (0x0000026469454060) which is in use. The spec
valid usage text states 'commandBuffer must not be in the pending state'
(<a href="https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkResetCommandBuffer-commandBuffer-00045">https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkResetCommandBuffer-commandBuffer-00045</a>)
Calling vkBeginCommandBuffer() on active command buffer 0000026469454060 before
it has completed. You must check command buffer fence before this call. The
spec valid usage text states 'commandBuffer must not be in the recording or
pending state.'
(<a href="https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkBeginCommandBuffer-commandBuffer-00049">https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkBeginCommandBuffer-commandBuffer-00049</a>)
So I must be misusing the API as described.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>