Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Fri, 3 Mar 2000 10:48:21 -0500
To: Cygwin Mailing List <cygwin@sourceware.cygnus.com>
Subject: Re: tcsh problem [Update]
Message-ID: <20000303104821.B1026@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
References: <200003030736.IAA21858@andromeda.risc.uni-linz.ac.at>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.4i
In-Reply-To: <200003030736.IAA21858@andromeda.risc.uni-linz.ac.at>; from Axel.Riese@risc.uni-linz.ac.at on Fri, Mar 03, 2000 at 08:36:27AM +0100

On Fri, Mar 03, 2000 at 08:36:27AM +0100, Axel Riese wrote:
>Some weeks ago I reported that Corinna Vinschen's tcsh 6.08 port does
>not work under Win95 and the January 2000 snapshots (it exits
>immediately because for some strange reason tcsh writes to stdin and
>says good-bye).
>
>With the February 27 snapshot the behavior changed. Now tcsh starts,
>but whenever I run a (non built-in) command such as ls, mount, etc.
>it hangs after completion of the command. I also compiled tcsh 6.09 
>and got the same result.
>
>Any ideas ?

    strace -osomefile tcsh
    tcsh
    mount

In another window:

    ps
    (find pid of tcsh)
    kill -9 thetcshpid

Send somefile to cgf@cygnus.com.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

