From: Simon Campese Date: Mon, 23 Mar 2015 18:11:55 +0000 (+0000) Subject: Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9fe61841f959f235de29c281d56c6764bbea7bf;p=notmuch-archives.git Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true --- diff --git a/4c/74f1c1a4f23a61de710d52af834dffb0fc94a4 b/4c/74f1c1a4f23a61de710d52af834dffb0fc94a4 new file mode 100644 index 000000000..53cf81325 --- /dev/null +++ b/4c/74f1c1a4f23a61de710d52af834dffb0fc94a4 @@ -0,0 +1,91 @@ +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 A2959431FD4 + for ; Mon, 23 Mar 2015 11:12:02 -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 0M4Rsk1xE47a for ; + Mon, 23 Mar 2015 11:11:59 -0700 (PDT) +Received: from mail.worldserver.net (mail.worldserver.net [217.13.200.38]) + (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5B5C1431FD2 + for ; Mon, 23 Mar 2015 11:11:59 -0700 (PDT) +Received: from mailer.rman (unknown [2.239.24.102]) + (Authenticated sender: mailer@campese.de) + by mail.worldserver.net (Postfix) with ESMTPSA id B4A883003DC; + Mon, 23 Mar 2015 19:11:57 +0100 (CET) +From: Simon Campese +To: notmuch@notmuchmail.org +Cc: +Subject: Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true +In-Reply-To: <86619utwz5.fsf@tu-dortmund.de> +References: <86619utwz5.fsf@tu-dortmund.de> +Date: Mon, 23 Mar 2015 18:11:55 +0000 +Message-ID: <867fu7d1n8.fsf@emacs.campese.org> +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, 23 Mar 2015 18:12:02 -0000 + +>> #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). + +>> To give you some version numbers, this is what's currently installed: +>> +>> notmuch: 0.19 +>> xapian-core: 1.2.20 + +>notmuch probably hasn't been very well tested against xapian 1.2.20, +>since it was only release a few weeks ago, and isn't available widely +>(or more precisely, in Debian) as binary packages. Are you running that +>on your linux box as well? + +Yes, on linux I have the exact same version numbers of notmuch and all +dependencies (including xapian) and everything works fine. + +The bug has already been reported on the freebsd bug tracker: + +https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193809 + +I've referenced this thread there, hopefully the problem will get sorted +out. Would be a shame if such a nice email program remains only +partially functional on BSD. + + + + +