https://bugzilla.novell.com/show_bug.cgi?id=211314 ------- Comment #99 from pgunreben@lucent.com 2007-02-28 09:04 MST ------- with debuginfo: (gdb) backtrace #0 _mesa_update_draw_buffer_bounds (ctx=0xd54360) at framebuffer.c:368 #1 0x00002b4a958f3fa3 in initialize_framebuffer_size (ctx=0xd54360, fb=0x1481570) at context.c:1636 #2 0x00002b4a958f467a in _mesa_make_current (newCtx=0xd54360, drawBuffer=0x1481570, readBuffer=0x1481570) a t context.c:1725 #3 0x00002b4a95a020b4 in XMesaMakeCurrent2 (c=0xd54360, drawBuffer=0x1481570, readBuffer=0x1481570) at xm_a pi.c:2026 #4 0x00002b4a95a01066 in __glXMesaContextMakeCurrent (baseContext=<value optimized out>) at xf86glx.c:261 #5 0x00002b4a93394b69 in DoMakeCurrent (cl=0xd30740, drawId=41943501, readId=41943501, contextId=<value opt imized out>, tag=0) at glxcmds.c:649 #6 0x00002b4a93396cfd in __glXDispatch (client=<value optimized out>) at glxext.c:551 #7 0x0000000000447e3b in Dispatch () at dispatch.c:457 #8 0x00000000004311ed in main (argc=8, argv=0x7fff19d0b678, envp=<value optimized out>) at main.c:445 ****** framebuffer.c:368 ********** } else { -> fb->Width = rb->Width; fb->Height = rb->Height; haveSize = GL_TRUE; } } It seems, rb is a NULL-pointer here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.