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 F1998429E23 for ; Fri, 18 Feb 2011 00:38:46 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 loJDpluoNWQQ for ; Fri, 18 Feb 2011 00:38:46 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 386A1431FD0 for ; Fri, 18 Feb 2011 00:38:46 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id CB5B43CFEC1; Fri, 18 Feb 2011 09:38:44 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id 6Mh35nfB0bgv; Fri, 18 Feb 2011 09:38:42 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 252543CFEAB; Fri, 18 Feb 2011 09:38:42 +0100 (CET) Received: from steelpick.2x.cz (note-sojka.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 1E85615C125; Fri, 18 Feb 2011 09:38:41 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PqLrN-0000Jc-EJ; Fri, 18 Feb 2011 09:38:41 +0100 From: Michal Sojka To: Brian May , notmuch@notmuchmail.org Subject: Re: emacs crashes In-Reply-To: References: User-Agent: Notmuch/0.5-103-g1253785 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Fri, 18 Feb 2011 09:38:41 +0100 Message-ID: <87mxltenzi.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 18 Feb 2011 08:38:47 -0000 On Thu, 17 Feb 2011, Brian May wrote: > Hello, > > I have found certain emails, when I try to view them with the emacs > notmuch client, will cause emacs to crash (segmentation fault). Every > time, 100% reproducible. > > A theory of have is maybe the emails are too big and the system can't cope, eg: > > brian@aquitard:~$ notmuch show thread:00000000000104db | wc --bytes > 943897 > brian@aquitard:~$ notmuch show thread:000000000000fbab | wc --bytes > 3262660 > brian@aquitard:~$ > > These are emailed TSM Operational Reports, entirely ASCII (plus some > non-ASCII rubbish), no attachments, with a large number of log > entries. > > An alternative theory is perhaps the non-ASCII rubbish (from weird > filenames some of our users have) is causing problems. > > Anybody else experienced similar results? This should be already fixed -- see http://debbugs.gnu.org/6214. I'm not sure whether the fix is available in an emacs release or only in the development branch. It seems that Debian includes the fixes in its packages (http://bugs.debian.org/586459). -Michal