[Webkit-unassigned] [Bug 67992] [Qt][WK2] MiniBrowser crashes on startup (in some environments)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 10:13:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67992


Balazs Kelemen <kbalazs at webkit.org> changed:

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




--- Comment #8 from Balazs Kelemen <kbalazs at webkit.org>  2011-09-19 10:13:49 PST ---
Ok, it is a very very basic opengl issue that can be triggered by this super-dummy code:
#include <gl.h>

int main()
{
    glGetString(460);

    return 0;
}

This works for me (does nothing) locally and crashes in the environment where MiniBrowser is crashing. It's time to update the libgl packages...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list