[Bug 108498] ir_dereference_record nullptr segfault in radeonsi_dri.so

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 19 14:10:57 UTC 2018


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

--- Comment #2 from claude at mathr.co.uk ---
I managed to use glslangValidator to debug the issue.  The cause was
referencing a non-existent "position" field in struct Ray (the V variable in
those functions). Replacing it with the correct field name, "origin", stopped
it crashing.  A different struct Surface has a "position" field of type vec3,
the same type as the "origin" field of struct Ray.

-- 
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/20181019/79ee2a75/attachment.html>


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