V1.7 and endless loops triggerd by junction points

Andy Koppe andy.koppe@gmail.com
Thu May 6 04:58:00 GMT 2010


Matthias Meyer:
> Andy Koppe wrote:
>> Matthias Meyer wrote:
>>> I've installed cygwin 1.7 in Vista and have two problems, not known prior
>>> with cygwin 1.5.25:
>>>
>>> 1) If I login in a shell (e.g. sh --login -i) I can not use cursor or
>>> backspace keys. It seems that the cursor can't go into the left
>>> direction. Cursor up will resolve in one line like:
>>> $ tail /cygdrive/c/Attrib/attributes$ ls -alh
>>> /cygdrive/c/Attrib/attributes instead two different lines like
>>> $ tail /cygdrive/c/Attrib/attributes
>>> $ ls -alh /cygdrive/c/Attrib/attributes
>>
>> Weird. Messed up tty settings perhaps. How and where are you running
>> that shell? What's the output of 'stty -a'? Also, cygcheck output as
>> requested at http://cygwin.com/problems.html might be helpful.
>>
> I running this shell by ssh (with private/public key authentication) or
> by "sh --login -i" from windows cmd. The same behaviour in both types of shell.
>
> As far as I know I've not configured anything for a shell.
>
> $ stty -a
> speed 38400 baud; rows 25; columns 80; line = 0;
> intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
> eol2 = <undef>; swtch = ^Z; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R;
> werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0;
> -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
> -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -ixon -ixoff
> -iuclc -ixany -imaxbel
> opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
> isig icanon iexten echo echoe echok -echonl -noflsh -tostop echoctl echoke

Hmm, a few of those are different from what they are on my machine:
ixon -echo -echoe -echoctl -echoke, but changing them doesn't produce
the effect you're seeing. Still begs the question though why they are
different. Any chance there's a mixup with different Cygwin versions
or a different Unix environment?

Otherwise, I'm stumped. I think 'cygcheck -svr' output is needed to
get any further. Please attach, not include it, and make sure you
delete any sensitive info from it first.

Also, what happens if you invoke Cygwin from the desktop or start menu
shortcut? You could also try installing mintty or rxvt to see whether
you get the same problem there.

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list