This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Crash on startup - debugging info


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: cygwin-xfree-owner@cygwin.com
[mailto:cygwin-xfree-owner@cygwin.com]On Behalf Of Takashi Sawanaka
Sent: Thursday, January 23, 2003 9:36 AM
To: cygwin-xfree@cygwin.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]