Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
Subject: Re: [BUG]: problem when entering my spam group
Date: Wed, 24 Dec 2003 10:14:57 -0500	[thread overview]
Message-ID: <4n8yl2dz7y.fsf@collins.bwh.harvard.edu> (raw)
In-Reply-To: <plop873cbb6run.fsf@gnu-rox.org> (Xavier Maillard's message of "Wed, 24 Dec 2003 00:23:44 +0100")

On Wed, 24 Dec 2003, zedek@gnu-rox.org wrote:

>>> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
>>>   gnus-dup-unsuppress-article(3205) 
>>>   gnus-mark-article-as-unread(3205 36) 
>>>   gnus-summary-mark-article(3205 36)
 
> Well, I deleted the incriminated mails (checking it was a real spam
> :)) and problem has occured again tonight with another
> wrong-type-argument error.
> 
> Do you have any hint on what I should check here ?

Look at gnus-dup-unsuppress-article and use (debug) statements to see
where the error is (after you put a (debug), use C-x C-e to
re-evaluate the function).  It is being invoked correctly (3205, the
article number, should be its only parameter).

from gnus-dup.el:

(defun gnus-dup-unsuppress-article (article)
  "Stop suppression of ARTICLE."
  (let ((id (mail-header-id (gnus-data-header (gnus-data-find article)))))
    (when id
      (setq gnus-dup-list-dirty t)
      (setq gnus-dup-list (delete id gnus-dup-list))
      (unintern id gnus-dup-hashtb))))

The problem could be a bad gnus-data-header, the unintern call, or the
delete call.  I don't know for sure, since I haven't observed this
problem myself.

Ted



  reply	other threads:[~2003-12-24 15:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-19 11:04 Xavier Maillard
2003-12-23 18:21 ` Ted Zlatanov
2003-12-23 23:23   ` Xavier Maillard
2003-12-24 15:14     ` Ted Zlatanov [this message]
2003-12-31  2:03     ` Lars Magne Ingebrigtsen
2003-12-31  8:18       ` Xavier Maillard
     [not found]         ` <87n099we51.fsf@jbms.ath.cx>
2003-12-31 18:39           ` Xavier Maillard
     [not found]             ` <plop87fzf0hlwb.fsf-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>
2004-01-05 22:39               ` Jochen Küpper
2004-01-06 19:05               ` PGP/mime problems on ding (was: [BUG]: problem when entering my spam group) Jochen Küpper
2004-01-07 20:29                 ` PGP/mime problems on ding James H. Cloos Jr.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4n8yl2dz7y.fsf@collins.bwh.harvard.edu \
    --to=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).