https://bugs.freedesktop.org/show_bug.cgi?id=95026
--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> --- (In reply to Christoph Haag from comment #1) > Thread 34 "WinMain" received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0x7fffc8553700 (LWP 2682)] > 0x00007fffe985e557 in glsl_to_tgsi_visitor::visit (this=0x7fff3eddace0, > ir=0x7fff3eebc7e8) at state_tracker/st_glsl_to_tgsi.cpp:1537 Try to get a dump of the shader it's trying to convert. MESA_GLSL=dump should do it, I think. If not, try mucking around in get_mesa_program to print it before it visits the IR. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160419/2fd0969a/attachment.html>