From owner-freebsd-current Wed May 7 20:59:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA05829 for current-outgoing; Wed, 7 May 1997 20:59:11 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA05815 for ; Wed, 7 May 1997 20:58:53 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id NAA02619; Thu, 8 May 1997 13:54:50 +1000 Date: Thu, 8 May 1997 13:54:50 +1000 From: Bruce Evans Message-Id: <199705080354.NAA02619@godzilla.zeta.org.au> To: bruce@zuhause.mn.org, freebsd-current@FreeBSD.ORG Subject: Re: Excessive tty-level buffer overflows Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >In a five minute period while running uucp via an external sportster >33K modem at 57.6 KB on /dev/cuaa1, I received over 123,000 tty-level >buffer overflows. This is a dual CPU Pentium Pro Tyan ATX 1668, >running in single CPU mode. What does this mean? Is it a shoddy >16550 emulation? My kernel is from Saturday, or thereabouts. It's what happen when input arrives on an open port and nothing reads it. Perhaps recent config changes broke the initialization of flow control that normally prevents input from arriving. Bruce