Summary: | R600 Segfault in finalize_textures | ||
---|---|---|---|
Product: | Mesa | Reporter: | Robert Roth <robert.roth.off> |
Component: | Mesa core | Assignee: | mesa-dev |
Status: | RESOLVED FIXED | QA Contact: | mesa-dev |
Severity: | normal | ||
Priority: | medium | ||
Version: | 10.6 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Robert Roth
2015-07-08 10:15:12 UTC
ctx->FragmentProgram._Current is NULL. #0 0x00007fffe509999d in finalize_textures (st=0xd21d70) at ../../../src/mesa/state_tracker/st_atom_texture.c:519 #1 0x00007fffe5095265 in st_validate_state (st=st@entry=0xd21d70) at ../../../src/mesa/state_tracker/st_atom.c:214 #2 0x00007fffe509c580 in st_BlitFramebuffer (ctx=0xcdfb40, readFB=0x1285450, drawFB=0xa8ecf0, srcX0=0, srcY0=0, srcX1=376, srcY1=413, dstX0=12, dstY0=175, dstX1=388, dstY1=588, mask=16384, filter=9728) at ../../../src/mesa/state_tracker/st_cb_blit.c:95 #3 0x00007fffe4e67a3e in _mesa_blit_framebuffer (func=0x7fffe5593dc8 "glBlitFramebuffer", filter=9728, mask=16384, dstY1=588, dstX1=388, dstY0=175, dstX0=12, srcY1=413, srcX1=376, srcY0=0, srcX0=0, drawFb=<optimized out>, readFb=<optimized out>, ctx=<optimized out>) at ../../../src/mesa/main/blit.c:525 #4 _mesa_BlitFramebuffer (srcX0=0, srcY0=0, srcX1=376, srcY1=413, dstX0=12, dstY0=175, dstX1=388, dstY1=588, mask=16384, filter=9728) at ../../../src/mesa/main/blit.c:553 #5 0x00007ffff7254352 in gdk_cairo_draw_from_gl () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 Proposed fix: http://patchwork.freedesktop.org/patch/52969/ The fix was pushed: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d082c5324914212f76e45be497229c7a0681f706 It should appear in the next point release of Mesa 10.6. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.