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 1A0D4431FD4 for ; Thu, 23 Oct 2014 03:58:08 -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 lO80QS3KI9OG for ; Thu, 23 Oct 2014 03:58:00 -0700 (PDT) Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 552AD431FBD for ; Thu, 23 Oct 2014 03:58:00 -0700 (PDT) Received: from mail.jade-hamburg.de (unknown [85.183.43.52]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cryptobitch.de (Postfix) with ESMTPSA id EB48380444D for ; Thu, 23 Oct 2014 12:57:57 +0200 (CEST) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id 83526DF2A3; Thu, 23 Oct 2014 12:57:57 +0200 (CEST) Received: from thinkbox.jade-hamburg.de (unknown [85.183.43.52]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: teythoon) by mail.jade-hamburg.de (Postfix) with ESMTPSA id 4E51ADF289; Thu, 23 Oct 2014 12:57:52 +0200 (CEST) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.84) (envelope-from ) id 1XhG5X-0001R6-2J; Thu, 23 Oct 2014 12:57:51 +0200 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Justus Winter <4winter@informatik.uni-hamburg.de> User-Agent: alot/0.3.5 To: Sepp Tannhuber , "Peter Feigl" , "notmuch@notmuchmail.org" References: <1413885757.29658.YahooMailNeo@web172702.mail.ir2.yahoo.com> <1413960408.68372.YahooMailNeo@web172702.mail.ir2.yahoo.com> <1413960821-astroid-2-tcoyfzmtkt-18963@strange> <1413980599.47767.YahooMailNeo@web172703.mail.ir2.yahoo.com> <1413985598-astroid-0-jva7nivp63-1441@strange> <1413989312.62646.YahooMailNeo@web172705.mail.ir2.yahoo.com> <1413993743-astroid-2-1vllemxt5p-9092@strange> <1413996746.68854.YahooMailNeo@web172702.mail.ir2.yahoo.com> <8738ag0ztf.fsf@nexoid.at> <1414061230.60499.YahooMailNeo@web172703.mail.ir2.yahoo.com> In-Reply-To: <1414061230.60499.YahooMailNeo@web172703.mail.ir2.yahoo.com> Message-ID: <20141023105750.5486.63526@thinkbox.jade-hamburg.de> Subject: Re: Looking for the perfect mail client Date: Thu, 23 Oct 2014 12:57:50 +0200 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, 23 Oct 2014 10:58:08 -0000 Quoting Sepp Tannhuber (2014-10-23 12:47:10) > Peter Feigl schrieb am 19:38 Mittwoch, 22.Oktober 2014: > > Try strace or > > gdb to find out what really crashes notmuch. > Good idea. Can anybody help me to interprete the output: > https://gist.github.com/tannhuber/c7cae862f897efccd3cb Your process is killed by SIGABRT ;) Try running it under gdb and obtain a stack trace. Justus