From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 97A68429E26 for ; Tue, 6 Dec 2011 02:47:19 -0800 (PST) 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 m1-79WE7S+wG for ; Tue, 6 Dec 2011 02:47:19 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D7328431FB6 for ; Tue, 6 Dec 2011 02:47:18 -0800 (PST) Received: by lahl5 with SMTP id l5so2547678lah.26 for ; Tue, 06 Dec 2011 02:47:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:content-type:mime-version:content-transfer-encoding:to :from:in-reply-to:references:subject:date; bh=zbAk5ThihgXzNeNw/ShSQYgFOPE/uzMNe5cEvrAbhPs=; b=QpaC1CZMbRQ8aiSApVPocUv251z20JIfHJxRtNUYYjM5qxLED9h6w5TKn7+MwUI+PX 07MuvmwhMYB3SrAG6raHdUyBnt0INKQVV8VphwHbFiN3clzR3upuFFWDHqOknIq1TcdG T6o9navVvCChzn7R5vrSDtbvpke6sObl0hQYQ= Received: by 10.152.103.51 with SMTP id ft19mr8518041lab.42.1323168437148; Tue, 06 Dec 2011 02:47:17 -0800 (PST) Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) by mx.google.com with ESMTPS id py2sm3436638lab.2.2011.12.06.02.47.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Dec 2011 02:47:13 -0800 (PST) Message-ID: <4eddf2b1.4288980a.0b74.5557@mx.google.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: Justus Winter <4winter@informatik.uni-hamburg.de>, notmuch@notmuchmail.org From: Patrick Totzke In-Reply-To: <1318198374-926-2-git-send-email-4winter@informatik.uni-hamburg.de> References: <1318198374-926-1-git-send-email-4winter@informatik.uni-hamburg.de> <1318198374-926-2-git-send-email-4winter@informatik.uni-hamburg.de> Subject: Re: [PATCH 2/2] python: annotate all calls into libnotmuch with types Date: Tue, 06 Dec 2011 10:46:31 +0000 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, 06 Dec 2011 10:47:19 -0000 This commit breaks raising XapianErrors for me. If I lock the index with some `notmuch tag +test '*'` and try to write to it in alot, i get a segfault and the following on stderr: Xapian exception occurred opening database: Unable to get write lock on /home/pazz/mail/.notmuch/xapian: already locked /p