Re: GL problems
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 16, 2005 at 10:46:46PM +0000, Thorsten Glaser wrote: >This one goes deep into i386 interna... I still wonder if there is an issue related to libpthread. >Dixi: > >>Looks like a compiler bug to me. > >Okay, it doesn't. > >I have generated two assembly files, x1 and x2, to be the >output of the normal compiler command for xc/lib/X11/x11trans.c >with the -S option added. > >The difference is that, before compiling x2, I have patched >xc/lib/xtrans/Xtrans.c with this: >--- Xtrans.c 19 Mar 2005 17:19:31 -0000 1.2 >+++ Xtrans.c 16 Apr 2005 22:41:59 -0000 >@@ -424,6 +424,7 @@ > XtransConnInfo ciptr = NULL; > Xtransport *thistrans; > >+ fprintf(stderr, "%s", address); > PRMSG (2,"Open(%d,%s)\n", type, address, 0); > > #if defined(WIN32) && (defined(TCPCONN) || defined(DNETCONN)) Does replacing the fprintf with sleep(1) make a difference? David