X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Crashes/defunct processes after upgrade to cygwin-1.5.20 Date: Tue, 11 Jul 2006 14:46:58 +0100 Message-ID: <034d01c6a4f0$7af57210$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20060711131132.322660@gmx.net> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k6BDkxbO028596 On 11 July 2006 14:12, Harald Anlauf wrote: > Corinna, Nope, I'm not Corinna! > I have now attached the output of cygcheck of my system > that should be "current" except for cygwin1 which 1.5.19-4. > > I have verified that there was and is no other cygwin1.dll, > neither in PATH nor elsewhere. > > #!/usr/bin/csh There is no such thing as /usr/bin/csh in the cygwin distribution. > cat << EOF > Hello world! > EOF > > % ./cygwin-csh-bug > cat: -: Bad file descriptor > cat: closing standard input: Bad file descriptor > % echo $? > 1 The cygwin version of the C-shell is called 'tcsh'. You perhaps have some kind of bogus shell script in /usr/bin that's pretending to be csh and is attempting to translate and forward the command line args to the real tcsh and is getting confused? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/