Xref: utzoo comp.unix.wizards:11426 comp.bugs.4bsd:1041 Path: utzoo!utgpu!water!watmath!clyde!ima!haddock!joe From: joe@haddock.ima.isc.com (Joe Chapman) Newsgroups: comp.unix.wizards,comp.bugs.4bsd Subject: Re: panic: ttyrub Message-ID: <8272@haddock.ima.isc.com> Date: 30 Sep 88 15:03:18 GMT References: <17226@adm.ARPA> Reply-To: joe@haddock.ima.isc.com (Joe Chapman) Followup-To: comp.bugs.4bsd Organization: Interactive Systems, Boston Lines: 24 stanonik@nprdc.arpa (Ron Stanonik) writes: > We're running 4.3bsd on a vax 780. Recently we had a panic: ttyrub. > The tty was a pseudo tty and the panicky application was telnetd. > The user on that tty was dbx'ing a seeminly innocuous application. The culprit appears to be a missing case statement in ttyrub(); we've been running with this fix: *** tty.c~ Thu Jun 5 03:09:35 1986 --- tty.c Wed Jun 15 10:39:29 1988 *************** *** 1506,1511 **** --- 1506,1512 ---- case BACKSPACE: case CONTROL: case RETURN: + case NEWLINE: if (tp->t_flags&CTLECH) ttyrubo(tp, 2); break; -- Joe Chapman Interactive Systems Boston joe@haddock.ima.isc.com