From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 16AB31F548; Tue, 3 Sep 2024 18:42:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1725388973; bh=o5wZ9W58SHvbeo6Afgc4wFFggfQvPX2lqGn8mMY7yOg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JFRXR5SKOrJjdiYnogQtSKCufn2XCEnnzZlnf6Jt9zkOYDp3spT4CzpTLAhjV5kiv JkYL37dGt6BfSFec12fD39pHASnSYal5NKw6HAESC+OCvV9GIU+sqLDMhu6XK3/uiE BodUkgwLwJ99cNdaYc61EpTInNmmU+fXWQW9lCUA= Date: Tue, 3 Sep 2024 18:42:52 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Occasional web view corruption (extra html escapes) Message-ID: <20240903184252.M951458@dcvr> References: <20240903-brainy-lionfish-of-saturation-71ae1a@lemur> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240903-brainy-lionfish-of-saturation-71ae1a@lemur> List-Id: Konstantin Ryabitsev wrote: > This is only fixed by terminating the public-inbox-httpd process and letting it respawn. > This affects *all* web views for all messages, so likely some kind of state bug? Very strange, yes. Is it a frequent occurence? It only started hapening recently? It probably happened with some of the memory fragmentation reduction changes... Will investigate, not something I've ever seen...