[Mesa-dev] [Bug 110815] Segfault vkCreateDescriptorPool in The-Forge on RADV

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 3 01:02:42 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=110815

--- Comment #3 from Alex Fuller <boberfly at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190603/f187e8b2/attachment.html>


More information about the mesa-dev mailing list