On Tue, 2009-02-10 at 22:18 +0100, Kurt Roeckx wrote: > 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).
That's purely luck; the result of calling GL functions is undefined without a current GLX context. -- Earthling Michel Dänzer | http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org