From owner-freebsd-bugs Tue Sep 16 02:01:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA12892 for bugs-outgoing; Tue, 16 Sep 1997 02:01:31 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA12886 for ; Tue, 16 Sep 1997 02:01:26 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id SAA25472; Tue, 16 Sep 1997 18:50:50 +1000 Date: Tue, 16 Sep 1997 18:50:50 +1000 From: Bruce Evans Message-Id: <199709160850.SAA25472@godzilla.zeta.org.au> To: bugs@FreeBSD.ORG, sef@Kithrup.COM Subject: Re: kern/4550 Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Note that any program which assumes that a file doesn't change length while >it's being read (or written ;)) should probably be considered broken. I >believe ftp is one of these; so is rcp. Try `tar cf /dev/null /proc' for a large collection of errors or Lite2's wc on /proc/*/* for a small collection of errors (it stops on the first error :-(). Bruce