? about portable version of sshd crashing

Damien Miller djm at mindrot.org
Sun May 18 22:34:10 EST 2014


On Fri, 16 May 2014, Brad Walker wrote:

> But, I am having a problem whereby the sshd executable is crashing and I
> really could use some help on where to look at this in more details.

...

> fcntl(7, F_GETFL, 0): Bad file descriptor
> select: Bad file descriptor
> select: Bad file descriptor
> select: Bad file descriptor

can you figure out what this tty is by looking at /proc/$pid/fd or
using lsof or similar?

You might also try and see if you can reproduce the problem without tty
allocation enabled - i.e. "ssh -T hostname"

-d


More information about the openssh-unix-dev mailing list