https://bugzilla.novell.com/show_bug.cgi?id=211314 pgunreben@lucent.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|pgunreben@lucent.com | ------- Comment #62 from pgunreben@lucent.com 2007-01-25 03:26 MST ------- Unfortunately, I completely lost keyboard control over the computer when starting the Xorg as you have described. So I had to attach to the running X process via ssh login. Here's the result: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 47346604765392 (LWP 11209)] 0x00002b0fc0a46b31 in __glXMesaDrawableDestroy (base=0x1af72c0) at xf86glx.c:152 152 ClientPtr client = __glXClients[CLIENT_ID(base->drawId)]->client; (gdb) bt #0 0x00002b0fc0a46b31 in __glXMesaDrawableDestroy (base=0x1af72c0) at xf86glx.c:152 #1 0x00002b0fbe3dcdba in DrawableGone (glxPriv=0x1af72c0, xid=8102384) at glxext.c:214 #2 0x0000000000432bfb in FreeResource (id=41943458, skipDeleteFuncType=0) at resource.c:536 #3 0x00000000004444db in ProcDestroyWindow (client=0xdf0360) at dispatch.c:602 #4 0x0000000000447e3b in Dispatch () at dispatch.c:457 #5 0x00000000004311ed in main (argc=8, argv=0x7fffeecc3618, envp=<value optimized out>) at main.c:445 (gdb) print base->drawId $4 = 41943458 (gdb) print CLIENT_ID(base->drawId) No symbol "CLIENT_ID" in current context. (gdb) print __glXClients $5 = {0x0 <repeats 19 times>, 0xe682e0, 0x0 <repeats 237 times>} I suppose that one of the NULL pointer has been dereferenced, here. (BTW: I'm still using the driver RPM as of 10.2 final) -- 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.