From: Sebastian Fischmeister Date: Sun, 17 Aug 2014 13:46:06 +0000 (+2000) Subject: SVG attachment crashes emacs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4503fa08dbe321ef40708e021c89d240f2d5bf63;p=notmuch-archives.git SVG attachment crashes emacs --- diff --git a/4d/dd257bea1a5f1732ec01fe6e93fe6e4fb6d733 b/4d/dd257bea1a5f1732ec01fe6e93fe6e4fb6d733 new file mode 100644 index 000000000..9b977d164 --- /dev/null +++ b/4d/dd257bea1a5f1732ec01fe6e93fe6e4fb6d733 @@ -0,0 +1,79 @@ +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 E685D431FB6 + for ; Sun, 17 Aug 2014 06:46:15 -0700 (PDT) +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 HRDlPEzJXEiT for ; + Sun, 17 Aug 2014 06:46:10 -0700 (PDT) +Received: from mailchk-m01.uwaterloo.ca (mailservices.uwaterloo.ca + [129.97.128.141]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id F381C431FAE + for ; Sun, 17 Aug 2014 06:46:09 -0700 (PDT) +Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca + [129.97.149.119]) + by mailchk-m01.uwaterloo.ca (8.14.4/8.14.4) with ESMTP id + s7HDk6d7031987 + (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) + for ; Sun, 17 Aug 2014 09:46:08 -0400 +Received: from uwaterloo.ca (98.143.103.133) by connhub2.connect.uwaterloo.ca + (129.97.149.119) with Microsoft SMTP Server (TLS) id 14.3.195.1; + Sun, 17 Aug 2014 09:46:06 -0400 +From: Sebastian Fischmeister +To: +Subject: SVG attachment crashes emacs +User-Agent: Notmuch/0.18.1 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Homepage: http://esg.uwaterloo.ca +Date: Sun, 17 Aug 2014 09:46:06 -0400 +Message-ID: <8738cvck2g.fsf@uwaterloo.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-UUID: 658d5208-c2b6-443b-bc47-fecc1cf7b81e +X-Miltered: at mailchk-m01 with ID 53F0B21F.000 by Joe's j-chkmail + (http://j-chkmail.ensmp.fr)! +X-Virus-Scanned: clamav-milter 0.98.3 at mailchk-m01 +X-Virus-Status: Clean +X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 + (mailchk-m01.uwaterloo.ca [129.97.128.141]); + Sun, 17 Aug 2014 09:46:08 -0400 (EDT) +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: sfischme@uwaterloo.ca +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, 17 Aug 2014 13:46:16 -0000 + +Hi, + +When I receive an SVG attachment, it first makes emacs freeze and then +crash. It might not be a problem of notmuch but a helper application, +but I don't know how to debug it; so maybe someone here can help me. + +Any ideas? + +Btw. it seems that the general problem is the the message mode tries +to process attachments. For example when I receive a large .tgz file, +the message mode in notmuch tries to decompress and parse the file, +which may take a while. + +Thanks, + Sebastian