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 7489D429E23 for ; Wed, 16 Feb 2011 19:18:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.8 X-Spam-Level: X-Spam-Status: No, score=-0.8 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7] 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 JwGO1quKrVBM for ; Wed, 16 Feb 2011 19:18:41 -0800 (PST) Received: from mail-iw0-f181.google.com (mail-iw0-f181.google.com [209.85.214.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 649CB431FD0 for ; Wed, 16 Feb 2011 19:18:41 -0800 (PST) Received: by iwn3 with SMTP id 3so2188022iwn.26 for ; Wed, 16 Feb 2011 19:18:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=microcomaustralia.com.au; s=google; h=domainkey-signature:mime-version:x-originating-ip:date:message-id :subject:from:to:content-type; bh=MvaP38C7/Pss0lE/Z3yHeC9DHzhtgAPVUdOdzhOVCAs=; b=K1w6S/o7+5FNQs7vl22ppOLoKP+lliDy5ee90wl6Civvqvhv9ra/CfG193NaspW5Gr e3yPZo8EQXF+7uBQC8lMkIkbP4/rGhod2c1JF+Zal03uPgD48nY0CSbxWlBXOE4EXuLs fnsYJ/qf66qDrqA3PUyDUNAu/nOUg5IiygNKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=microcomaustralia.com.au; s=google; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type; b=Fk3Tyh6LlaXdR987G6XV7xs8/BEpw5Z4vQA8q/h2ydS+FiSLYcInKZGEh5YjuPx7Ke hL6H1pzj1W6YGkPbnHttYMmQhvtxDJxf7Or6gULz0/TN55vmFIF6URDGKor6qweICzOd B2rffk8rxxBrRBjiu/lMGLudte9ZYlkMl4pPc= MIME-Version: 1.0 Received: by 10.231.31.13 with SMTP id w13mr1143412ibc.143.1297912719033; Wed, 16 Feb 2011 19:18:39 -0800 (PST) Received: by 10.231.16.203 with HTTP; Wed, 16 Feb 2011 19:18:39 -0800 (PST) X-Originating-IP: [128.250.103.226] Date: Thu, 17 Feb 2011 14:18:39 +1100 Message-ID: Subject: emacs crashes From: Brian May To: notmuch@notmuchmail.org Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 17 Feb 2011 03:18:43 -0000 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? Thanks -- Brian May