Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-developers-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin-developers AT sourceware DOT cygnus DOT com Date: Sat, 10 Jul 1999 19:33:32 -0400 From: Chris Faylor To: Corinna Vinschen Cc: cygwin-developers Subject: Re: 19990705 snapshot Message-ID: <19990710193332.C1841@cygnus.com> References: <19990708172005 DOT A3884 AT cygnus DOT com> <6840 DOT 990710 AT logos-m DOT ru> <19990710133156 DOT A1241 AT cygnus DOT com> <37879DFE DOT CE830B78 AT vinschen DOT de> <3787A4C3 DOT 666322AC AT vinschen DOT de> <19990710183507 DOT A1841 AT cygnus DOT com> <19990710183645 DOT B1841 AT cygnus DOT com> <3787D6AE DOT 18EFE04B AT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <3787D6AE.18EFE04B@vinschen.de>; from Corinna Vinschen on Sun, Jul 11, 1999 at 01:26:38AM +0200 On Sun, Jul 11, 1999 at 01:26:38AM +0200, Corinna Vinschen wrote: >Chris Faylor wrote: >> [...] >> >It sounds to me like you have one problem. The CreateProcess in strace >> >is finding the non-cygwin version of ls. I have no idea why this is >> >since it is not happening to me. >> >> Just in case this isn't clear: if CreateProcess is finding a non-cygwin >> version of the program you're not going to see any output in the strace >> output file. > >It was already clear but I got the same result (empty trace output) with > > strace -f -o ls.out /usr/bin/ls -l > >but now I have a new result: > > This happens under tcsh only! With bash, trace is ok! > >Why should the shell (the parent process of strace!) should have >any influence in that??? I don't know. Have you tried debugging strace? Also, have you tried the patch that I posted? cgf