From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 722166DE196A for ; Fri, 17 Feb 2017 07:35:37 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CbSlBPcjK8Hn for ; Fri, 17 Feb 2017 07:35:36 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 50D0E6DE0318 for ; Fri, 17 Feb 2017 07:35:36 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1cekYi-0003bt-9E; Fri, 17 Feb 2017 10:34:56 -0500 Received: (nullmailer pid 30779 invoked by uid 1000); Fri, 17 Feb 2017 15:35:29 -0000 From: David Bremner To: Gaute Hope , notmuch@notmuchmail.org Subject: Re: talloc_abort in notmuch_thread_get_tags () when db has been modified In-Reply-To: <1487339566.mz8acpov1j.astroid@strange.none> References: <1453121100-astroid-2-c62fwcrm91-18877@strange> <1457341792-astroid-0-2wtydh6y1q-15951@strange> <87r3fmts2y.fsf@zancas.localnet> <1487199120.tz5yvag0pm.astroid@strange.none> <877f4p9f2m.fsf@tethera.net> <1487339566.mz8acpov1j.astroid@strange.none> Date: Fri, 17 Feb 2017 11:35:29 -0400 Message-ID: <87r32w96f2.fsf@tesseract.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Fri, 17 Feb 2017 15:35:37 -0000 Gaute Hope writes: > threads != NULL > terminate called after throwing an instance of 'Xapian::DatabaseModifiedError' Yeah, that looks like a different problem. But it _should_ be something we can catch in libnotmuch. d