6224 reloads when ssh session idle-timeout under 1.0.2.6
26 Sep 2009 09:40PM
I have seen a 6224 reload several times when an SSH session closes. Tonight, it happened when SSH timed-out sitting at a command prompt. Syslog messages usually look like:
SEP 27 01:35:56 10.11176.253-1 UNKN[126181056]: ssh_threads.c(641) 168173 %% SSHD: read_pkt failed: S_errno_EPIPE
SEP 27 01:35:56 10.11.176.253-1 UNKN[126181056]: ssh_sys_fastpath.c(568) 168174 %% tid 0x7855ec0, context 0x7844e28, deleted tid 0x781a0e0, retval = 1
SEP 27 01:36:17 10.11.176.253-1 UNKN[251867216]: user_mgr.c(1560) 168175 %% User Login Failed for $enab15$
SEP 27 01:36:17 10.11.176.253-1 TRAPMGR[251867216]: traputil.c(853) 168176 %% Failed User Login: Unit: 1 User ID: $enab15$
SEP 27 01:36:33 10.11.176.253-1 UNKN[126180336]: ssh_buffer.c(1196) 168179 %% SSHD: read(#1) failed: S_errno_EPIPE
SEP 27 01:36:33 10.11.176.253-1 UNKN[126180336]: ssh_threads.c(641) 168180 %% SSHD: read_pkt failed: S_errno_EPIPE
SEP 27 01:36:34 10.11.176.253-1 UNKN[125902992]: ssh_sys_fastpath.c(568) 168181 %% tid 0x7812090, context 0x7855f58, deleted tid 0x7855bf0, retval = 0
JAN 01 00:01:48 10.11.176.253-1 TRAPMGR[217761040]: traputil.c(853) 101 %% Port 24 is transitioned from the Learning state to the Forwarding state in instance 0
On a 6224 with 2.2.0.3, the only message I see is:
SEP 27 02:22:51 10.11..209.250-1 UNKN[117316112]: ssh_sys_fastpath.c(572) 5159 %% tid 0x6fe1a10, context 0x6fd03f8, deleted tid 0x7004030, retval = 0
Is anyone aware of any system crash-causing bugs in SSH-related code, and if so, was it fixed in any releases?