https://bugzilla.novell.com/show_bug.cgi?id=687374 https://bugzilla.novell.com/show_bug.cgi?id=687374#c3 Gary Ching-Pang Lin <glin@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |glin@novell.com --- Comment #3 from Gary Ching-Pang Lin <glin@novell.com> 2011-04-27 06:39:35 UTC --- A segfault in x server :( gdb backtrace: Program received signal SIGSEGV, Segmentation fault. 0xb721bfac in DrawableGone (glxPriv=0x85aaff8, xid=16777217) at glxext.c:133 133 if (glxPriv->drawId != glxPriv->pDraw->id) { (gdb) bt #0 0xb721bfac in DrawableGone (glxPriv=0x85aaff8, xid=16777217) at glxext.c:133 #1 0x08067d6e in FreeClientResources (client=0x8425ea0) at resource.c:859 #2 0x0809a7cb in CloseDownClient (client=0x8425ea0) at dispatch.c:3490 #3 0x0809aa2e in ProcKillClient (client=0x85b7710) at dispatch.c:3271 #4 0x0809b347 in Dispatch () at dispatch.c:432 #5 0x08066895 in main (argc=9, argv=0xbfabe2f4, envp=0xbfabe31c) at main.c:291 (gdb) p glxPriv $1 = (__GLXdrawable *) 0x85aaff8 (gdb) p glxPriv->drawId $2 = 140161148 (gdb) p glxPriv->pDraw $3 = (DrawablePtr) 0x594 (gdb) p glxPriv->pDraw->id Cannot access memory at address 0x598 (gdb) -- 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.