[Bug 99796] vkUpdateDescriptorSets causes SIGSEGV

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 13 19:08:35 UTC 2017


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

Jason Ekstrand <jason at jlekstrand.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Jason Ekstrand <jason at jlekstrand.net> ---
MW,

Unfortunately, that's not really enough info for me to get a good idea of
what's going on.  I've got a couple of guesses:

 1) Something doesn't match between your layout and the descriptors you're
writing.

 2) The sampler in an image+sampler combination either doesn't exist or is
invalid.

 3) ou're using immutable samplers but something is wrong with layouts.

In any case, you should be running with the Vulkan validation layers and making
sure you get no warnings from them.  They *should* catch all of the above.  If
that doesn't work, we'll need a better backtrace.

If you installed the debug info for the mesa vulkan package (they appear to be
available in your PPA), you should be able to get a real backtrace.  Another
option would be to build mesa from source.  It's not terribly hard to do.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170213/210ba5c9/attachment-0001.html>


More information about the intel-3d-bugs mailing list