bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Coreutils-5.0 make check failed on Solaris


From: Paul Eggert
Subject: Re: Coreutils-5.0 make check failed on Solaris
Date: Wed, 13 Oct 2004 09:38:06 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Alexandre Peshansky <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]