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 4E4F76DE2606 for ; Mon, 3 Jul 2017 15:34:35 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, 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 hoHgHU4J6zeJ for ; Mon, 3 Jul 2017 15:34:34 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id E273D6DE25E9 for ; Mon, 3 Jul 2017 15:34:33 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1dS9sD-00088c-Nb; Mon, 03 Jul 2017 18:31:17 -0400 Received: (nullmailer pid 31926 invoked by uid 1000); Mon, 03 Jul 2017 22:34:29 -0000 From: David Bremner To: Gregor Zattler , notmuch Subject: Re: Bug: fatal error with notmuch new, second run starts indexing all over again In-Reply-To: <20170703220750.dkornyh4ho7b2azy@len.workgroup> References: <20170703100958.5yidjhsyrnglaxum@len.workgroup> <877ezpbxxu.fsf@tethera.net> <20170703220750.dkornyh4ho7b2azy@len.workgroup> Date: Mon, 03 Jul 2017 19:34:29 -0300 Message-ID: <87inj9w3nu.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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, 03 Jul 2017 22:34:35 -0000 Gregor Zattler writes: > > I have no clue about gdb, there was no backtrace: > ... > Error: A Xapian exception occurred. Halting processing. > Processed 662357 total files in 1h 52m 51s (97 files/sec.). > Added 587023 new messages to the database. > Note: A fatal error was encountered: A Xapian exception occurred > [Inferior 1 (process 4509) exited with code 01] > (gdb) bt > No stack. > (gdb) Try setting a break in _notmuch_database_log (b _notmuch_database_log) and run "bt" at that break point. It might (or might not) be worth continuing after the first breakpoint to inspect other errors. d