From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58588 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Arghh, my Gnus is going crazy !! Date: Sat, 25 Sep 2004 17:54:44 -0500 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096152926 21535 80.91.229.6 (25 Sep 2004 22:55:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Sep 2004 22:55:26 +0000 (UTC) Original-X-From: ding-owner+M7126@lists.math.uh.edu Sun Sep 26 00:55:14 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CBLRi-0002PY-00 for ; Sun, 26 Sep 2004 00:55:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CBLRS-0002kL-00; Sat, 25 Sep 2004 17:54:58 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CBLRK-0002kF-00 for ding@lists.math.uh.edu; Sat, 25 Sep 2004 17:54:50 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CBLRL-0000bC-6U for ding@lists.math.uh.edu; Sat, 25 Sep 2004 17:54:51 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 5BF1D3A0038 for ; Sat, 25 Sep 2004 17:54:48 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1CBLRH-0003q1-00 for ; Sun, 26 Sep 2004 00:54:47 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 72 Original-NNTP-Posting-Host: 198.64.160.77 Original-X-Trace: quimby.gnus.org 1096152887 14750 198.64.160.77 (25 Sep 2004 22:54:47 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 25 Sep 2004 22:54:47 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:GXyvfKlbrFxEkzs2xSnrn/xLYUg= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58588 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58588 Xavier Maillard writes: > On 25 sep 2004, Kevin Greiner wrote: > >> Xavier Maillard writes: >> > > [ ... ] > >> > Something is doing concatenation somewhere (look 794, 795 and >> > the 794795). What is that ???? >> > >> > Thank you for any hint on fixing this. >> >> This is actually a very old problem. We've made very little >> progress with it, hence the gnus-agent-check-overview-buffer >> function, as it is rarely reproducable. I suspect that the >> actual bug is in your server and that it is sending you bad >> headers. >> >> Let's try this first: >> >> Delete the group's .overview and .agentview so that you fetch >> all new headers from nntp. > > Problem with such tecnic is that AFAIK, it makes forget the > marks :( > >> Customize nntp-nov-is-evil to set it to t. Try to open the >> group, if the problem has gone away then we know that your >> server's nov database is corrupt. > > Nothing change. Err, at least, rmoving .agentview/.overview and > doing C-k on the group is the only solution I know. When doing > that, something seems to "fix" the problem. > >> If that doesn't fix it, would you be willing to do a little >> debugging for me? >> >> If so, please do the following. >> >> Then do >> M-x load-librarygnus-agent.el >> M-x gnus >> M-x debug-on-entrygnus-agent-check-overview-buffer >> >> Now try to open the group's summary buffer. This should launch >> the debugger. > > Yes it did. > >> If I've gotten this right, the stack trace should show that >> gnus-agent-check-overview-buffer was called by >> gnus-agent-fetch-headers. The current buffer should contain the > > Not exactly but no problem. > >> raw headers returned by nntp. How do they look? If they look > > I didn't get any "raw nntp headrs" buffer here. When it say it > entered function blah-blah, hitting on 'c' open the summary > buffer. > > -- > "sometimes i feel like we're making emacs better and better because we don't > know what to do with emacs once it is finished." > > -- AlexSchroeder on #emacs @OPN I found, and fixed, the problem. Update from CVS. Kevin