On Sam, 2002-02-16 at 04:04, Joe Krahn wrote: > I've compiled XF 4.2.0 on RedHat 7.2. I get random hangs, > sometimes when moving long scrollbars, sometimes when closing > a window. It's on an Athlon, VIA chipset, using RedHat's > gcc 2.96. Maybe I should use kgcc instead? > If I disable DRI and add UseCCEFor2D, it still happens.
Option "UseCCEFor2D" is no more. With DRI enabled, the CCE is always used for 2D acceleration. > Here's an example backtrace, that seems to me like somthing > deeper than XFree86 code being at fault: > > (gdb) bt > #0 0x40139012 in __writev (fd=20, vector=0xbffff6fc, count=1) > at ../sysdeps/unix/sysv/linux/writev.c:51 > #1 0x080d5ad4 in _XSERVTransSocketWritev () > #2 0x080d61cc in _XSERVTransWritev () > #3 0x080d0248 in StandardFlushClient () > #4 0x080cea8f in CloseDownConnection () > #5 0x080b2f69 in CloseDownClient () > #6 0x080addbd in Dispatch () > #7 0x080bd6d8 in main () > #8 0x4006e627 in __libc_start_main (main=0x80bd1f0 <main>, argc=1, > ubp_av=0xbffffc04, init=0x806cc5c <_init>, fini=0x816f94c <_fini>, > rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbffffbfc) > at ../sysdeps/generic/libc-start.c:129 A backtrace from the server would probably be more interesting, or does only the client hang? -- Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer XFree86 and DRI project member / CS student, Free Software enthusiast _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
