From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19099 invoked from network); 21 Oct 2001 21:44:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 21 Oct 2001 21:44:42 -0000 Received: (qmail 20645 invoked by alias); 21 Oct 2001 21:44:31 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4423 Received: (qmail 20631 invoked from network); 21 Oct 2001 21:44:29 -0000 Date: Sun, 21 Oct 2001 17:44:24 -0400 From: Clint Adams To: Andrew Markebo Cc: zsh-users@sunsite.dk Subject: Re: Filesizelimit?? Message-ID: <20011021174424.A21751@dman.com> References: <20011021155958.A21082@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from flognat@flognat.myip.org on Sun, Oct 21, 2001 at 10:26:07PM +0200 > Thanx, throwing a couple of greps on the sources seems to verify this, > hmm meanwhile, how come zsh told it, not some kind of kernel/libc > error? Or it was zsh that caught the error and displayed it nicely? bctool is probably getting an EFBIG error, receiving a SIGXFSZ, and dying. zsh is attempting to let you know what happened.