Re: cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2002-01-08 Thread Christopher Faylor
On Tue, Jan 08, 2002 at 09:26:00AM -0600, Polley Christopher W wrote: >I think I've found the cause of this. > >I'll summarize the problem, since this is an old thread: >when a Windows GUI IDE calls gcc or make, the process reports >"fhandler_base::dup: dup(unknown disk file) failed, handle 0, Wi

RE: cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2002-01-08 Thread Polley Christopher W
I think I've found the cause of this. I'll summarize the problem, since this is an old thread: when a Windows GUI IDE calls gcc or make, the process reports "fhandler_base::dup: dup(unknown disk file) failed, handle 0, Win32 error 6" and crashes. The problem seems to occur when the [non-cygwin]

RE: cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2001-12-18 Thread Larry Hall (RFK Partners, Inc)
At 02:37 PM 12/17/2001, Polley Christopher W wrote: > > > it. If you can, debugging Cygwin via gdb would be the best way to go. > > > Alternatively, if you can't do that, calling gcc indirectly through > > > strace in your IDE environment would provide some trace information > > > > >

RE: cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2001-12-17 Thread Polley Christopher W
> > it. If you can, debugging Cygwin via gdb would be the best way to go. > > Alternatively, if you can't do that, calling gcc indirectly through > > strace in your IDE environment would provide some trace information > > Here is a strace snippet right around the error's occurrence:

RE: cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2001-12-17 Thread Polley Christopher W
-Original Message- > From: Larry Hall (RFK Partners, Inc) [SMTP:[EMAIL PROTECTED]] > Sent: Monday, December 17, 2001 12:52 PM > To: Suman Kumar Ray; [EMAIL PROTECTED] > Subject: Re: cygwin1.dll (file version 1003.6.0.0) dup problem with > gcc > > At 01:40 PM 12/17/

Re: cygwin1.dll (file version 1003.6.0.0) dup problem with gcc

2001-12-17 Thread Larry Hall (RFK Partners, Inc)
At 01:40 PM 12/17/2001, Suman Kumar Ray wrote: >Hi, > In the mailing list, I have found this problem with >earlier dll but with no solution or information >whether this is a bug of cygwin. >If I use cygwin.dll file version 1003.6.0.0, then when >a windows GUI based IDE is calling gcc through >cr