From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert Marshall Newsgroups: gmane.emacs.devel Subject: Re: Fix to long-standing crashes in GC Date: Mon, 17 May 2004 18:42:35 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16552.63883.526534.78043@jailhouse.chezmarshall.freeserve.co.uk> References: <40A3BC23.8060000@math.ku.dk> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1084817980 26700 80.91.224.253 (17 May 2004 18:19:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 18:19:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 17 20:19:28 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPmi0-00016V-00 for ; Mon, 17 May 2004 20:19:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPmhz-0001TB-00 for ; Mon, 17 May 2004 20:19:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPmcl-0002Q1-V9 for emacs-devel@quimby.gnus.org; Mon, 17 May 2004 14:14:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPmc5-0002PR-7m for emacs-devel@gnu.org; Mon, 17 May 2004 14:13:21 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPmBf-0005UW-Te for emacs-devel@gnu.org; Mon, 17 May 2004 13:46:42 -0400 Original-Received: from [80.84.71.201] (helo=mail2.its-linux.co.uk) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BPmBe-0005T1-Rp for emacs-devel@gnu.org; Mon, 17 May 2004 13:46:03 -0400 Original-Received: (qmail 25223 invoked from network); 17 May 2004 17:41:39 -0000 Original-Received: from unknown (HELO chezmarshall.freeserve.co.uk) (81.97.79.223) by mail2.its-linux.co.uk with SMTP; 17 May 2004 17:41:39 -0000 Original-Received: by chezmarshall.freeserve.co.uk (Postfix, from userid 502) id ABCF343CF; Mon, 17 May 2004 18:42:35 +0100 (BST) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: X-Mailer: VM 7.17 for GNU Emacs 21.3.50.4 using tc 0.11.4 X-Attribution: rajm X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23593 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23593 On 17 May 2004, Kim F. Storm wrote: > Robert Marshall writes: > >> I'm still getting what looks like this error with an old test case and >> the latest cvs >> >> C-x C-f /su:root@localhost:/var/log/dansguardian/Access.log >> >> it appears to be sensitive to the length of that file, it needs to be >> somewhere around (at least for this machine!) 1.6M - it's currently >> 1684352 > > Please try again with the latest CVS. > Looks good, that one now doesn't crash Thank you! Robert