<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:lionel.g.landwerlin@linux.intel.com" title="Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>"> <span class="fn">Lionel Landwerlin</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Unreal Engine 4 - SIGSEGV"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109533">bug 109533</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>NEEDINFO
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTOURBUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Unreal Engine 4 - SIGSEGV"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109533#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTOURBUG - Unreal Engine 4 - SIGSEGV"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109533">bug 109533</a>
              from <span class="vcard"><a class="email" href="mailto:lionel.g.landwerlin@linux.intel.com" title="Lionel Landwerlin <lionel.g.landwerlin@linux.intel.com>"> <span class="fn">Lionel Landwerlin</span></a>
</span></b>
        <pre>(In reply to mrchebik from <a href="show_bug.cgi?id=109533#c2">comment #2</a>)
<span class="quote">> Thanks for the response. Launched with validation:

> (null)(ERROR / SPEC): msgNum: 38 - No active render pass found at draw-time
> in Pipeline (0x795)!
>     Objects: 1
>        [0] 0x795, type: 19, name: (null)
> Validation(ERROR): msg_code: 38: Object: 0x795 (Type = 19) | No active
> render pass found at draw-time in Pipeline (0x795)!
> (null)(ERROR / SPEC): msgNum: 438304791 - vkCmdDraw(): This call must be
> issued inside an active render pass. The spec valid usage text states 'This
> command must only be called inside of a render pass instance'
> (<a href="https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID">https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID</a>-
> vkCmdDraw-renderpass)
>     Objects: 1
>        [0] 0x2362da0, type: 6, name: (null)
> Validation(ERROR): msg_code: 438304791: Object: 0x2362da0 (Type = 6) |
> vkCmdDraw(): This call must be issued inside an active render pass. The spec
> valid usage text states 'This command must only be called inside of a render
> pass instance'
> (<a href="https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID">https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID</a>-
> vkCmdDraw-renderpass)
> Signal 11 caught.





> Full log: <a href="https://pastebin.com/MK6r5KgK">https://pastebin.com/MK6r5KgK</a>

> Later, I will try to install mesa from gitlab with debug flag.
> Also, I can see how this window sometimes flickers (with a black frame).</span >

Looks like the issue, vkCmdDraw will try to use the current render pass and
crash because there isn't one.
Something needs to be fixed in your application.

I'm closing for now, but if you manage to get the rid of the validation error
and still run into a crash, feel free to reopen.

Thanks

-Lionel</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>