Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site drivax.UUCP Path: utzoo!linus!philabs!prls!amdimage!amdcad!amdahl!drivax!alan From: alan@drivax.UUCP (Alan Fargusson) Newsgroups: net.bugs.usg Subject: Bug in dz.c (System V) Message-ID: <219@drivax.UUCP> Date: Tue, 27-Aug-85 13:39:10 EDT Article-I.D.: drivax.219 Posted: Tue Aug 27 13:39:10 1985 Date-Received: Fri, 30-Aug-85 00:25:02 EDT Distribution: net Organization: Digital Research, Monterey, CA Lines: 15 There is a bug in the DZ driver (dz.c) in dzproc. The case T_OUTPUT there is a line like: if (tp->t_state & (BUSY|TTSTOP)) It should be: if (tp->t_state & (TIMEOUT|BUSY|TTSTOP)) I found this bug before I was on the net and knew about this group, and I had fogotten about it. It is likely that all versions of System V have this bug. It can cause a panic because the timeout table will overflow. -- Alan Fargusson. { ihnp4, amdahl, mot }!drivax!alan