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: AS54825 147.75.192.0/21 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 292D21F54A for ; Tue, 3 Sep 2024 19:18:23 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=A78x5El7; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 89F55A43DAD; Tue, 3 Sep 2024 19:18:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B7A6C4CEC4; Tue, 3 Sep 2024 19:18:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725391102; bh=I1PD9CPHEAzBDAEb19b5W6DgfN429FMtjLJGuduZadw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A78x5El7Iays5IQONBcMUH+IB2i1yN/Wna8+IBW7LLHdVPOgYy711wKWz/AF//BRx RyxBk/Igu3KihlCB9dhupmX8E25B9wq1Svyf/+rzNibXpkO2VeyDwa+LV5/ZOnzjnY 9aweCB4EgJvkCDKgvQF1Denn4OM8kf+2iJCCQWMI= Date: Tue, 3 Sep 2024 15:18:21 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Occasional web view corruption (extra html escapes) Message-ID: <20240903-rousing-black-tortoise-4c9ebb@meerkat> References: <20240903-brainy-lionfish-of-saturation-71ae1a@lemur> <20240903184252.M951458@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240903184252.M951458@dcvr> List-Id: On Tue, Sep 03, 2024 at 06:42:52PM GMT, Eric Wong wrote: > 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... I've recently migrated all lore.kernel.org instances to RHEL9, switching to the latest public-inbox master in the process -- so the best and the least useful answer I can give you is "it started happening after I've changed pretty much everything." Thus far, I've seen this happen twice, both times on the same node. -K