This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tcsh problem [Update]


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]