From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 13C2B1F87F; Mon, 10 Jun 2019 19:29:06 +0000 (UTC) Date: Mon, 10 Jun 2019 19:29:05 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: [PATCH 00/11] v2: implement message editing Message-ID: <20190610192905.55xb737jl7qnbh23@dcvr> References: <20190609025147.24966-1-e@80x24.org> <20190610150647.GA16418@chatter.i7.local> <20190610154058.jqaawkktvb5u2itj@dcvr> <20190610185730.GC16418@chatter.i7.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190610185730.GC16418@chatter.i7.local> List-Id: Konstantin Ryabitsev wrote: > On Mon, Jun 10, 2019 at 03:40:58PM +0000, Eric Wong wrote: > > I just noticed, the status message triggers a perl uninitialized > > warning with multiple epochs, but it's harmless. Will fix in a > > bit. > > I did a few successful tests on small trial lists, but I'm running into a > problem when I try to actually edit something in (a copy of) LKML: > > $ perl5lib/bin/public-inbox-edit -m messageid /mnt/fastio/lkml > (mutt opens here) > 1 kept, 0 deleted. > Exception: Expected block 102325 to be level 2, not 0 That's an exception from Xapian I haven't seen that in years. Which version of Xapian and are you using chert or glass? Could be open files from OFD locks in Xapian >= 1.2.20 && <1.2.24 > The above exception pops up immediately after exiting mutt. Hmm... that would seem quick, but I have a slow computer. > I can provide more debug info if that helps. Yes, I could probably add some debug messages to make it easier