[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();



Package: libgl1-mesa-glx
Version: 7.0.3-7
Severity: important

Hi,

This little test program causes a segfault on amd64:
#include <GL/gl.h>

int main()
{
        glGenLists(1);
        return 0;
}

But the same thing works with the version from experimental (7.3-1).



Kurt




Reply to: