RE: Getting 'Bad file descriptor' error with 1.5.24-2

2008-01-11 Thread anonymous anonymous
Hello, Sorry, I reactivate this thread (http://cygwin.com/ml/cygwin/2007-03/msg00029.html) but I have exactly the same error with process make. bash: cannot duplicate fd 31 to fd 0: Bad file descriptor I ran my process make under strace (strace -ostrace.out bash -c make) and got this (have a l

Re: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-07 Thread Scott Schuff
Eric Blake byu.net> writes: > > > http://cygwin.com/acronyms/#PCYMTWLL - wrapping would be nice > > > To: 'cygwin AT cygwin DOT com' > ^ > > http://cygwin.com/acronyms/#PCYMTNQREAIYR - raw emails munged > > http://cygwin.com/acronyms/#TOFU - top-posting reformatted

Re: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://cygwin.com/acronyms/#PCYMTWLL - wrapping would be nice > To: 'cygwin AT cygwin DOT com' ^ http://cygwin.com/acronyms/#PCYMTNQREAIYR - raw emails munged http://cygwin.com/acronyms/#TOFU - top-posting reformatted Acc

RE: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-06 Thread Schuff, Scott
ind any info about when I googled. Maybe it's time I actually started grepping through cygwin source? Any advice appreciated. -Original Message- From: Schuff, Scott Sent: Tuesday, March 06, 2007 1:05 PM To: 'cygwin@cygwin.com' Subject: RE: Getting 'Bad file descripto

RE: Getting 'Bad file descriptor' error with 1.5.24-2

2007-03-06 Thread Schuff, Scott
Okay, after a little investigation, I have a little more info. First, I think the 'Bad File Descriptor' errors are actually due to the hung process (sed, gawk, etc) being killed. It's hard to tell because the parent process doesn't flush its output buffer until after that, but I think it's pro