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 214FB431FD7 for ; Thu, 23 Oct 2014 04:24:00 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 cJgjSyEIBbZr for ; Thu, 23 Oct 2014 04:23:52 -0700 (PDT) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id BB151431FD4 for ; Thu, 23 Oct 2014 04:23:51 -0700 (PDT) Received: by mail-la0-f47.google.com with SMTP id pv20so647941lab.34 for ; Thu, 23 Oct 2014 04:23:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:mime-version :content-type:content-transfer-encoding; bh=cqksEV9UGtWPjXzPxMdNt33FXx2kiOw0tFTibthmR6U=; b=ESUxCD9RAhX+PHVf2yMxZSQwgE+7dhiFPZCmO/Zc6t2pkAduTox4ypUwG4UozX7Fi6 kvQAXgzPitWjd/NtntmnJvCbUBvE+l/U0ZtLovnb400djGatNQghm1vspFao8waTGuS1 VIvPjdWjk4btMv9g0D9trkvy4S/lHejqAwIC1+RzbEdHTo+/yhY9tu2GiDmQfHS2+sgN A7OdW3Yip4C276rArC8/eC7J7rEUf7wKGKohXT0LCg7N0z1Q3bX2WKoD3MvFGuYLPZD2 Be+I3JcJBg7hunPkRMUfLK6ZM+lw6utfIUb7SGsWqjp9gPQjXt0fIF9fqNyVjLBmew1i m2jA== X-Received: by 10.112.28.103 with SMTP id a7mr4441788lbh.8.1414063429102; Thu, 23 Oct 2014 04:23:49 -0700 (PDT) Received: from localhost (p5B00DD8F.dip0.t-ipconnect.de. [91.0.221.143]) by mx.google.com with ESMTPSA id oh4sm640260lbc.19.2014.10.23.04.23.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 23 Oct 2014 04:23:47 -0700 (PDT) Date: Thu, 23 Oct 2014 13:23:59 +0200 From: Franz Fellner To: Justus Winter <4winter@informatik.uni-hamburg.de>, Justus Winter <4winter@informatik.uni-hamburg.de>, Sepp Tannhuber , Peter Feigl , "notmuch@notmuchmail.org" Message-ID: <5448e54f8c99f_4de5f2be94d3@TP_L520.notmuch> In-Reply-To: <20141023105750.5486.63526@thinkbox.jade-hamburg.de> 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> <20141023105750.5486.63526@thinkbox.jade-hamburg.de> Subject: Re: Looking for the perfect mail client Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 11:24:00 -0000 Justus Winter wrote: > 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 ;) Yes, that's how exceptions kill your program. throw -> (exception not caught) -> std::terminate -> std::terminate_handler -> (default) std::abort > > Try running it under gdb and obtain a stack trace. > > Justus > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch