Alexandre Peshansky <[EMAIL PROTECTED]> writes:

> bash-2.03$ ssh -V
> ssh: SSH Secure Shell 3.2.0 (non-commercial version) on sparc-sun-solaris2.8
> ...
> bash-2.03$ src/stty rows 0 columns 0
> bash-2.03$ truss -v ioctl src/stty size
> ...
> ioctl(0, TCGETS, 0xFFBEFA80)                    = 0
>         iflag=0022442 oflag=0014005 cflag=0000275 lflag=0105073
>             cc:  003 034 177 025 004 000 000 000
>                  021 023 032 031 022 017 027 026 000 000 000
> ioctl(1, TIOCGWINSZ, 0xFFBEF9D0)                Err#22 EINVAL
> ioctl(0, TIOCGWINSZ, 0xFFBEF9D0)                Err#22 EINVAL


This appears to be a bug in SSH Secure Shell 3.2.0.  To check my
theory, what does the following series of commands do, with a fresh
terminal?

/usr/bin/stty -a
/usr/bin/stty rows 0 columns 0
truss -v ioctl /usr/bin/stty -a


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to