[Bug 73963] Crash in intel_query_dri2_buffers when quitting Cairo-Dock with Mesa 10.0.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 12 23:00:15 PST 2014


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

Tapani Pälli <lemody at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Tapani Pälli <lemody at gmail.com> ---
I can reproduce this with origin/10.0, however it seems fixed in origin/10.1
and master. It crashes because fb is 0x0, bisected that following commit fixes
this:

--- 8< ----
commit 70e8ec38b55e71144ce3ed055e7da30c330c716b
Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Wed Feb 5 11:43:58 2014 -0800

    glx: Pass NULL DRI drawables into the DRI driver for None GLX drawables
--- 8< ----


as a sidenote to developers, this is not related to the crash but there's
following errors happening now and then from cairo-dock:

Mesa: User error: GL_INVALID_OPERATION in glFramebufferTexture2DEXT

This happens because glFramebufferTexture2DEXT is called with texture 0 bound.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140213/3b82c983/attachment.html>


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