From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32318 Path: main.gmane.org!not-for-mail From: Christoph Rohland Newsgroups: gmane.emacs.gnus.general Subject: agent corrupting .overview/.agentview Date: 03 Sep 2000 20:24:12 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168609 19073 80.91.224.250 (21 Oct 2002 02:50:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:50:09 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 231B9D051E for ; Mon, 4 Sep 2000 02:32:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAC09087; Mon, 4 Sep 2000 01:32:15 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 04 Sep 2000 01:31:29 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA16130 for ; Mon, 4 Sep 2000 01:31:17 -0500 (CDT) Original-Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [194.39.131.53]) by mailhost.sclp.com (Postfix) with ESMTP id 55E53D051F for ; Mon, 4 Sep 2000 02:31:42 -0400 (EDT) Original-Received: from sap-ag.de ([194.39.131.3]) by smtpde02.sap-ag.de (out) with ESMTP id IAA22884 for ; Mon, 4 Sep 2000 08:27:27 +0200 (MESZ) Original-Received: from localhost.wdf.sap-ag.de (ct3032.wdf.sap-ag.de [147.204.29.32]) by sap-ag.de (8.8.8/8.8.8) with SMTP id IAA03820 for ; Mon, 4 Sep 2000 08:31:41 +0200 (MET DST) Original-To: ding@gnus.org User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Bryce Canyon) Original-Lines: 19 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32318 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32318 Hi, Apparently the agent does not handle the case right when does get the same article several times: The first time I experienced this when I applied Simon's patch to include readedness into the category predicates: As soon as I included some read articles into the category it came up with corrupted overview files. Today I had the same with a standard setup. I investigated some more and found, that one article was 16 times included in News/agent/nnimap/unnamed/INBOX/.overview. It also was 16 time in .agentview, but .agentview was not sorted, .overview was. This apparently leads to an 'unexpected end of buffer *Gnus agent overview*'. After sorting and uniq'ing both buffer it worked again. Greetings Christoph