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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 4 03:38:07 UTC 2019


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

--- Comment #6 from Alex Fuller <boberfly at gmail.com> ---
I managed to do some testing and I can now trigger the bug. It looks like when
creating a vkCreateDescriptorPool of size 11 which is the default
VK_DESCRIPTOR_TYPE_RANGE_SIZE everything is fine which is the behaviour I get
before. Because I updated the headers of Vulkan, the NV raytracing extensions
are now in the headers, and the size increases to 12 now in The-Forge codebase
from a preprocessor define. Their comment on this:
"//+1 for Acceleration Structure because it is not counted by
VK_DESCRIPTOR_TYPE_RANGE_SIZE"

So this segfault crash looks like there is some limit of
VK_DESCRIPTOR_TYPE_RANGE_SIZE when creating pools on RADV. Is there some
hardware limitation? ConfettiFX I am pretty sure are testing AMD's Vulkan
driver and haven't reported an issue afaik.

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/20190604/d430bf0e/attachment.html>


More information about the mesa-dev mailing list