Bug#554962: Segmentation fault in glGetError

2009-11-13 Thread Xavier Glattard
Julien Cristau a écrit : "behaviour is undefined" very much includes the possibility of segfaulting the program, afaict. You're right: 'no segfaulting' is not an OGL requirement :D -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Bug#554962: Segmentation fault in glGetError

2009-11-13 Thread Julien Cristau
On Fri, Nov 13, 2009 at 10:50:16 +0100, Xavier Glattard wrote: > Michel Dänzer a écrit : > >This code looks buggy: All GL functions including glGetError require a > >(GLX in this case) context to be bound (otherwise IIRC the OpenGL spec > >says behaviour is undefined). glGetError() isn't meaningfu

Bug#554962: Segmentation fault in glGetError

2009-11-13 Thread Xavier Glattard
Michel Dänzer a écrit : This code looks buggy: All GL functions including glGetError require a (GLX in this case) context to be bound (otherwise IIRC the OpenGL spec says behaviour is undefined). glGetError() isn't meaningful for GLX functions like glXCreateWindow() anyway. I agree about the wr

Bug#554962: Segmentation fault in glGetError

2009-11-12 Thread Michel Dänzer
On Sat, 2009-11-07 at 16:12 +0100, Xavier Glattard wrote: > Package: libgl1-mesa-glx > Version: 7.6-1_i386 > > I'm playing with OpenGL and GNUstep (from svn) and write a small app > based on glxgears. I just update Mesa from stable to testing. My app > runs fine with stable packages; with testi

Bug#554962: Segmentation fault in glGetError

2009-11-07 Thread Xavier Glattard
Package: libgl1-mesa-glx Version: 7.6-1_i386 I'm playing with OpenGL and GNUstep (from svn) and write a small app based on glxgears. I just update Mesa from stable to testing. My app runs fine with stable packages; with testing packages, I get: xav...@mdvx-2:~/src/Gears$ openapp ./Gears 2009-