<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault vkCreateDescriptorPool in The-Forge on RADV"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110815#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Segfault vkCreateDescriptorPool in The-Forge on RADV"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110815">bug 110815</a>
              from <span class="vcard"><a class="email" href="mailto:boberfly@gmail.com" title="Alex Fuller <boberfly@gmail.com>"> <span class="fn">Alex Fuller</span></a>
</span></b>
        <pre>If this helps, the debugger reports the amount of descriptor pool sizes and max
sets here before the vkCreateDescriptorPool call:
poolCreateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO;
poolCreateInfo.pNext = NULL;
poolCreateInfo.poolSizeCount = 12;
poolCreateInfo.pPoolSizes = pPoolSizes; (.descriptorCount = 12, type =
VK_DESCRIPTOR_TYPE_SAMPLER)
poolCreateInfo.flags = 0;
poolCreateInfo.maxSets = 33;

The last argument looks like a valid empty calloc'd VkDescriptorPool being
passed in.

Cheers.</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>