From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63306 Path: news.gmane.org!not-for-mail From: gdt@work.lexort.com Newsgroups: gmane.emacs.gnus.general Subject: Re: problem asserts in nnimap Date: Thu, 01 Jun 2006 16:05:34 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149192365 12602 80.91.229.2 (1 Jun 2006 20:06:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jun 2006 20:06:05 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+m11833@lists.math.uh.edu Thu Jun 01 22:06:03 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FltQV-0001V8-FH for ding-account@gmane.org; Thu, 01 Jun 2006 22:05:51 +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 1FltQQ-0005lB-00; Thu, 01 Jun 2006 15:05:46 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FltQK-0005l6-00 for ding@lists.math.uh.edu; Thu, 01 Jun 2006 15:05:40 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1FltQJ-0005sL-TK for ding@lists.math.uh.edu; Thu, 01 Jun 2006 15:05:40 -0500 Original-Received: from linuxpal.mit.edu ([18.62.1.14]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FltQI-0005Ak-00 for ; Thu, 01 Jun 2006 22:05:39 +0200 Original-Received: by linuxpal.mit.edu (Postfix, from userid 9545) id 87AA016061; Thu, 1 Jun 2006 16:05:34 -0400 (EDT) Original-To: joakim@verona.se In-Reply-To: (joakim@verona.se's message of "Tue, 23 May 2006 09:26:16 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (berkeley-unix) X-Spam-Score: -1.6 (-) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:63306 Archived-At: I've been losing with "imap-parse-body 2" for a while, and believe I've tracked down what sorts of messages cause it. Basically, entering a group with g, or rescanning with M-g causes an assert to fail in imap-parse-body. Messages which have a message/rfc822 part seem to all trigger the problem when in INBOX, and I searched for the messages by using 100 M-G and then 102 M-g to binary search for most recent problem message. I then used Thunderbird to move messages to a "Trouble" IMAP folder, since Gnus won't put them in the summary. One prevented even getting a summary buffer. Messages with other parts, such as attached pdf, and PGP/MIME seems fine. I can look at the Trouble folder just fine with gnus. But the same messages in INBOX hit the assert. It would be nice if the assert included the UID, but I don't see how to do that. I'm using NetBSD/i386 -current emacs 21.4 up-to-date CVS Gnus dovecot With the same IMAP server, I have no issues when using Thunderbird (other than that my wrists will hurt from using the mouse). -- Greg Troxel