Takashi, I am not sure that that is causing the crashes, but it definetly could be the cause of problem with the initial SIGSEGV that we get when debugging with gdb. I will try removing those defines and see how things go.
Thanks for the tip, Harold -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Takashi Sawanaka Sent: Thursday, January 23, 2003 9:36 AM To: [EMAIL PROTECTED] Subject: Re: Crash on startup - debugging info Hello. I found following strange code in xc/lib/xtrans/Xtransutil.c. ---------------------------------------------------------- #ifdef __CYGWIN__ #include <sys/unistd.h> #define fchown chown #define fchmod chmod #endif ---------------------------------------------------------- I can't compile and test X now, but I think it is the cause of crash on startup. Regards, Takashi Sawanaka
