Bug#430020: I think i've found it

2008-03-19 Thread Ivo Anjo
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

Bug#430020: I think i've found it

2008-03-19 Thread Raúl Sánchez Siles
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 >} >

Bug#430020: I think i've found it

2008-03-16 Thread Ivo Anjo
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