[3593] in testers
Re: sun4 [8.2.1]: sshd
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Jun 14 13:34:26 1998
To: Jonathon Weiss <jweiss@MIT.EDU>
Cc: testers@MIT.EDU
In-Reply-To: Your message of "Sun, 14 Jun 1998 04:53:08 EDT."
<199806140853.EAA03086@speaker-for-the-dead.mit.edu>
Date: Sun, 14 Jun 1998 13:34:14 EDT
From: Greg Hudson <ghudson@MIT.EDU>
> New connections seemed to hang after accepting my passwd.
Okay, I figured this out (gdb attach is your friend). It's a Solaris
bug. You can't select() for 522 weeks, since select() is implemented
in terms of poll() which takes a millisecond timeout, and 522 weeks is
more than 2^31 milliseconds.
I don't think I really want to do anything about this. I still think
you shouldn't have experienced an idle timeout if you had no
IdleTimeout set in your sshd_config, so if you can reproduce that, I'm
interested.