From: Michael Hudson-Doyle Date: Sun, 26 Jan 2014 20:18:08 +0000 (+1300) Subject: Re: notmuch-emacs bug report -- infinite looping trying to select next message X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=331418ceebe57c627d0f4d5e657e3dcb30f4d846;p=notmuch-archives.git Re: notmuch-emacs bug report -- infinite looping trying to select next message --- diff --git a/e9/30919f78aa39a75b2d8670b542e302297d685b b/e9/30919f78aa39a75b2d8670b542e302297d685b new file mode 100644 index 000000000..3ceee05da --- /dev/null +++ b/e9/30919f78aa39a75b2d8670b542e302297d685b @@ -0,0 +1,88 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1DF86431FBD + for ; Sun, 26 Jan 2014 12:36:13 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id LwroNdWOZsav for ; + Sun, 26 Jan 2014 12:36:04 -0800 (PST) +X-Greylist: delayed 1068 seconds by postgrey-1.32 at olra; + Sun, 26 Jan 2014 12:36:04 PST +Received: from youngberry.canonical.com (youngberry.canonical.com + [91.189.89.112]) + by olra.theworths.org (Postfix) with ESMTP id CDDCF431FBC + for ; Sun, 26 Jan 2014 12:36:04 -0800 (PST) +Received: from [120.136.5.22] (helo=narsil) + by youngberry.canonical.com with esmtpsa + (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) + (envelope-from ) + id 1W7W9k-0003ka-9d; Sun, 26 Jan 2014 20:18:12 +0000 +Received: by narsil (Postfix, from userid 1000) + id 7B315525DDD; Mon, 27 Jan 2014 09:18:08 +1300 (NZDT) +From: Michael Hudson-Doyle +To: David Bremner , notmuch@notmuchmail.org +Subject: Re: notmuch-emacs bug report -- infinite looping trying to select + next message +In-Reply-To: <87eh3xpj3i.fsf@zancas.localnet> +References: <877gzql7e3.fsf@canonical.com> <87eh3xpj3i.fsf@zancas.localnet> +User-Agent: Notmuch/0.17~rc1+4~g7f07bfd (http://notmuchmail.org) + Emacs/24.3.50.2 (x86_64-pc-linux-gnu) +Date: Mon, 27 Jan 2014 09:18:08 +1300 +Message-ID: <871tzuzedb.fsf@canonical.com> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 26 Jan 2014 20:36:13 -0000 + +David Bremner writes: + +> Michael Hudson-Doyle writes: +> +>> The attached gzipped mbox appears to trip up the emacs interface. The +>> problem seems to come from the message with id +>> CAGNsrLCWv6=36q+q+5Hc_SzgdZ2ergeKkapT7T3xXvim=2cK+A@mail.gmail.com. +>> +> +> I can't reproduce this bug in current git, so I'm going to assume +> something fixed it in the intervening years. + +I find the same. + +> In particular our handling of error reporting for corrupted parts +> changed, so maybe that was it. + +When I load up the thread that caused the problem I end up with this in +the buffer: + + [ message/external-body ] + !!! Bodypart insert error: Couldn't find access type !!! + [ text/plain ] + +so I think it's pretty likely your guess is accurate. + +> Thanks so much for including a test case with your bug report, + +No problem, thanks for checking this ancient report! (And thanks to +myself for including the message-id in the report...) + +Cheers, +mwh