Comment 6 for bug 944653

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: compiz crashed with SIGSEGV in strstr() from GLScreen::GLScreen()

The problem is in the opengl plugin. glxExtensions is NULL. Maybe we have the wrong screenNum in some cases...

    glxExtensions = glXQueryExtensionsString (dpy, s->screenNum ());
    if (!strstr (glxExtensions, "GLX_SGIX_fbconfig"))