[Bug 104246] Talos Principle Vulkan version crash: spirv_to_nir() returns NULL entry_point
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Dec 14 02:44:51 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=104246
--- Comment #2 from Jason Ekstrand <jason at jlekstrand.net> ---
FYI: Ever since 94ca8e04adf681b0cad6ade1c9f28856efe35ae6, most SPIR-V errors
result in spirv_to_nir bailing cleanly and returning a NULL.
anv_pipeline_compile_to_nir then dereferences the NULL and crashes. A more
useful backtrace would be if you set a breakpoint on _vtn_fail and gave me the
backtrace from there.
Arguably, it may be better to add an abort() to _vtn_fail when built in debug
mode because the NULL dereference is kind-of mean.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20171214/6deeb05f/attachment-0001.html>
More information about the intel-3d-bugs
mailing list