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

--- Comment #21 from José Fonseca <jfons...@vmware.com> 2011-06-15 08:19:16 PDT 
---
It looks like firefox is trying to destroy the currently bound context:

$ tracedump firefox-bin.1.trace  | grep ctx
17 glXMakeCurrent(dpy = 0x62ea00, drawable = 125830043, ctx = 0x29b15e0) = True
173 glXMakeCurrent(dpy = 0x62ea00, drawable = 125830041, ctx = 0x29b4f20) =
True
351 glXDestroyContext(dpy = 0x62ea00, ctx = 0x29b4f20)
warning: incomplete call glXMakeCurrent
354 glXMakeCurrent(dpy = 0x62ea00, drawable = 125830043, ctx = 0x29b15e0)

According to glXDestroyContext's documentation, the context destruction should
be deferred until it's no longer current to any thread.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to