25 Jan
2007
25 Jan
'07
10:57
https://bugzilla.novell.com/show_bug.cgi?id=211314 ------- Comment #64 from pgunreben@lucent.com 2007-01-25 03:57 MST ------- I've started another debug session to check, whether we really hit the NULL pointer. Here it is:
From the size of __glxClients (255), we can see that MAXCLIENTS=256, so we have RESOURCE_CLIENT_BITS=8. Thus, the CLIENTOFFSET is 29-8=21.
(gdb) print (base->drawId) >> 21 $2 = 19 (gdb) print __glXClients[19] $6 = (__GLXclientState *) 0x0 -- 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.