From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77452 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Debugger entered--Lisp error: (overflow-error "13419098521433281274") Date: Wed, 02 Mar 2011 16:28:02 +0100 Message-ID: <87lj0x4k59.fsf@fastmail.fm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299079759 30316 80.91.229.12 (2 Mar 2011 15:29:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 15:29:19 +0000 (UTC) To: gnus mailing list Original-X-From: ding-owner+M25776@lists.math.uh.edu Wed Mar 02 16:29:15 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PunzG-0004Lc-Ij for ding-account@gmane.org; Wed, 02 Mar 2011 16:29:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PunyE-0006cp-Ro; Wed, 02 Mar 2011 09:28:10 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PunyC-0006cW-Qo for ding@lists.math.uh.edu; Wed, 02 Mar 2011 09:28:08 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PunyB-0003bz-5Y for ding@lists.math.uh.edu; Wed, 02 Mar 2011 09:28:08 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PunyA-0000y5-2C for ding@gnus.org; Wed, 02 Mar 2011 16:28:06 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B353D7816FB6 for ; Wed, 2 Mar 2011 16:28:03 +0100 (CET) Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22212-06-3 for ; Wed, 2 Mar 2011 16:28:02 +0100 (CET) X-CHKRCPT: Envelopesender noch thorn@fastmail.fm Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 84BD77816FB3 for ; Wed, 2 Mar 2011 16:28:02 +0100 (CET) User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77452 Archived-At: Hi all, since a few minutes, I get this error when hitting `g' in *Group*. --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (overflow-error "13419098521433281274") read(#) nnimap-parse-flags(...) nnimap-finish-retrieve-group-infos(...) gnus-finish-retrieve-group-infos(...) gnus-read-active-for-groups(...) gnus-get-unread-articles(nil) gnus-group-get-new-news(nil) call-interactively(gnus-group-get-new-news nil nil) --8<---------------cut here---------------end--------------->8--- That number is bigger than `most-positive-fixnum' on my 64bit system, so it cannot be `read'. :-( The contents in that buffer around that number are as follows: --8<---------------cut here---------------start------------->8--- * OK [CLOSED] Ok * 2971 EXISTS * 1 RECENT * FLAGS (%Answered %Flagged %Draft %Deleted %Seen hasnoatt hasatt hasnotd hastd gnus-forward gnus-expire) * OK [PERMANENTFLAGS ()] Ok * OK [UNSEEN 2971] Ok * OK [UIDVALIDITY 1103381936] Ok * OK [UIDNEXT 12510] Ok * OK [HIGHESTMODSEQ 4858] Ok * OK [URLMECH INTERNAL] Ok * 2971 FETCH (FLAGS (%Recent) UID 12509 MODSEQ (13419098521433281274)) 3901 OK [READ-WRITE] Completed * OK [CLOSED] Ok * 0 EXISTS * 0 RECENT --8<---------------cut here---------------end--------------->8--- Hm, after restarting gnus (which fetched several megabytes from that imap server), the issue seems to have vanished... But I'm still interested what that number actually means? Bye, Tassilo -- Sent from my Emacs