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 D629E431E62 for ; Mon, 19 Aug 2013 02:56:13 -0700 (PDT) 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 awhSdFirjfY3 for ; Mon, 19 Aug 2013 02:56:09 -0700 (PDT) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 26F6A431FBD for ; Mon, 19 Aug 2013 02:56:09 -0700 (PDT) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1VBMBx-0008C0-Bh; Mon, 19 Aug 2013 06:56:05 -0300 Received: (nullmailer pid 3341 invoked by uid 1000); Mon, 19 Aug 2013 09:55:59 -0000 From: David Bremner To: Marcelo Laia , notmuch@notmuchmail.org Subject: Re: return code 134 In-Reply-To: <20130817134321.GA6912@localhost> References: <20130817134321.GA6912@localhost> User-Agent: Notmuch/0.16 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Mon, 19 Aug 2013 11:55:59 +0200 Message-ID: <87y57yxavk.fsf@maritornes.cs.unb.ca> 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: Mon, 19 Aug 2013 09:56:14 -0000 Marcelo Laia writes: > :~$ notmuch new > terminate called after throwing an instance of 'std::length_error' > what(): basic_string::assign > Abortado > :~$ > > Could you help me? Hi Marcelo; Can you tell us what versions of notmuch, gmime, and xapian you are running? Maybe you can try to get a backtrace? 1) make sure you have the debugging symbols. If you compiled from source this should be fine, otherwise if possible install the debugging symbols package for your distro (on Debian and derivatives this is called "notmuch-dbg") 2) run "gdb /usr/bin/notmuch" or equivalent 3) type "run new" 4) when it halts, type "bt full". d