<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bas@basnieuwenhuizen.nl" title="Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>"> <span class="fn">Bas Nieuwenhuizen</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105098">bug 105098</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105098#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - [RADV] GPU freeze with simple Vulkan App"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105098">bug 105098</a>
              from <span class="vcard"><a class="email" href="mailto:bas@basnieuwenhuizen.nl" title="Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>"> <span class="fn">Bas Nieuwenhuizen</span></a>
</span></b>
        <pre>Hi, I can't really comment on what is going wrong with your application
specifically, due to lack of details.

That the hang does not happen if you don't do the vkQueueSubmit does nto tell
us much, as you're essentially not telling the driver to do anything, and it
can't hang  when not doing anything on the GPU.

What you can try:

1) Don't specify the semaphores during the submit. For simple apps our driver
should give mostly the correct result even without them. That excludes
semaphores from being a problem.
2) See if you can scrap/comment out commands that you record in the command
buffer and whether the hang still occurs.
3) Run validation layers. (I realize that due to the hang you may need to
redirect the output to a file and check the file after reboot)

wrt VulkanTutorials, what exactly did you built and run? I have trouble
matching C++ files and shaders (since there are more c++ files to shaders) and
I'd prefer not to have to read the entire tutorial.</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>