From 6ca6e4f93e6b35a76f8e2f9c5c78674ea3b40e71 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 24 Mar 2015 22:22:32 +2000 Subject: [PATCH] Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true --- ae/c03c1c3535d2469163321a5bf804a9c3777877 | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 ae/c03c1c3535d2469163321a5bf804a9c3777877 diff --git a/ae/c03c1c3535d2469163321a5bf804a9c3777877 b/ae/c03c1c3535d2469163321a5bf804a9c3777877 new file mode 100644 index 000000000..2a9589669 --- /dev/null +++ b/ae/c03c1c3535d2469163321a5bf804a9c3777877 @@ -0,0 +1,81 @@ +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 68609431FD4 + for ; Mon, 23 Mar 2015 19:23:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] 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 QOaoL2a1LBTg for ; + Mon, 23 Mar 2015 19:23:45 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1FAF7431FD2 + for ; Mon, 23 Mar 2015 19:23:45 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YaEUO-0007OH-Pu; Tue, 24 Mar 2015 02:22:44 +0000 +Received: (nullmailer pid 25341 invoked by uid 1000); Tue, 24 Mar 2015 + 02:22:32 -0000 +From: David Bremner +To: Simon Campese , notmuch@notmuchmail.org +Subject: Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true +In-Reply-To: <867fu7d1n8.fsf@emacs.campese.org> +References: <86619utwz5.fsf@tu-dortmund.de> <867fu7d1n8.fsf@emacs.campese.org> +User-Agent: Notmuch/0.19+86~gbed8b67 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Mon, 23 Mar 2015 22:22:32 -0400 +Message-ID: <87mw33rv6f.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: Tue, 24 Mar 2015 02:23:48 -0000 + +Simon Campese writes: + +>>> #4 0x000000080084dd1c in notmuch_message_get_replies () from +>>> /usr/local/lib/libnotmuch.so.3 +> +>>Just confirm, this particular backtrace is from notmuch 0.18, right? +>> because 0.19 should build / be-linked-against libnotmuch.so.4. +> +> Yes, sorry, I mixed up my text snippets. The backtrace from notmuch 0.19 +> is analogous with the current libnotmuch referenced. +> +>>I would be curious if the Xapian test suite runs in your environment. +> +> I'm not very familiar with neither notmuch, nor xapian. Where can I find +> this test suite? Are you referring to the 'test' directory in the +> notmuch tree? If so, I have the impression that a lot has to be patched +> to make it run under FreeBSD (I get a myriad of errors when trying to +> compile). + +Well, it's a bit discouraging that the notmuch test suite doesn't +compile on FreeBSD, but no I refer the Xapian test suite, presumably +included with the xapian-core source. + +I mentioned your troubles to Xapian upstream developer Olly Betts, and +he told me there were some known problems with the Xapian test suite +when compiled with clang. If you are using clang, it would be useful to +see if you can duplicate the problem with xapian and notmuch compiled +with gcc. + -- 2.26.2