I agree that this can be closed.
The problem in this case was that glXMakeCurrent failed (and that came
from mesa), and it caused kinfocenter to execute a very rare code
path, that called glXDestroyContext twice.
So I guess it is fixed on the two sides now: that path should not
execute anymore, a
Hello:
El Domingo, 16 de Marzo de 2008, Ivo Anjo escribió:
> Hello. I've been trying to close kinfocenter bugs upstream, and I've
> tried to track down this one. I think the problem is on opengl.cpp,
> around line 582:
>
>if (glXMakeCurrent(dpy, win, ctx)) {
> // some code
>}
>
Hello. I've been trying to close kinfocenter bugs upstream, and I've
tried to track down this one. I think the problem is on opengl.cpp,
around line 582:
if (glXMakeCurrent(dpy, win, ctx)) {
// some code
}
else {
kDebug() << "Error: glXMakeCurrent failed\n";
glXDestroy
3 matches
Mail list logo