[Bug 95026] Alien Isolation segfault after initial loading screen/video

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 19 22:34:06 UTC 2016


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

--- Comment #7 from Ilia Mirkin <imirkin at alum.mit.edu> ---
(In reply to Christoph Haag from comment #5)
> Created attachment 123072 [details]
> MESA_GLSL=dump with --enable-debug
> 
> With CFLAGS and CXXFLAGS not set and --enable-debug, mesa is using this:
> CFLAGS:          -g -O2 -Wall -std=c99 -Werror=implicit-function-declaration
> -Werror=missing-prototypes -fno-strict-aliasing -fno-math-errno
> -fno-trapping-math -fno-builtin-memcmp
> CXXFLAGS:        -g -O2 -Wall -fno-strict-aliasing -fno-builtin-memcmp
> 
> And the game crashes. Looks like +1 for O2.

Can you do "i threads" when it crashes? Are any other threads compiling shaders
at the same time?

It appears that the last linked fragment shader is from fragment shader 2749,
which is not the last glsl shader source to have been provided. Which is odd,
but not impossible. [Not 100% sure, but I think it's linked with vertex shader
2693.]

Need to run through through piglit and see what happens. However they look
simple enough. Could you poke around a bit more in gdb and see if there's
anything interesting?

-- 
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/2a5dddbc/attachment.html>


More information about the dri-devel mailing list