From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jose A Ortega Ruiz Newsgroups: gmane.emacs.devel Subject: Re: Memory problems update Date: Fri, 23 Sep 2022 22:46:17 +0100 Message-ID: <87czblu5li.fsf@mail.jao.io> References: <87v8pz18wf.fsf@mail.jao.io> <83o7vrgimc.fsf@gnu.org> <87wnafdnee.fsf@logand.com> <835yhzgdyi.fsf@gnu.org> <87k06den1s.fsf@logand.com> <87illxy5ir.fsf@mail.jao.io> <87sfl1d1wi.fsf@logand.com> <87czc5y1wp.fsf@mail.jao.io> <871qsl8gt4.fsf@yahoo.com> <87v8pfwc1z.fsf@mail.jao.io> <87zgerc4rh.fsf@yahoo.com> <87sfkix5cr.fsf@mail.jao.io> <83h70yr5by.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6661"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Sep 23 23:48:37 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1obqXE-0001cf-Iq for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Sep 2022 23:48:36 +0200 Original-Received: from localhost ([::1]:41732 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obqXD-0005Qz-5e for ged-emacs-devel@m.gmane-mx.org; Fri, 23 Sep 2022 17:48:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43334) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obqV3-0004Nz-KG for emacs-devel@gnu.org; Fri, 23 Sep 2022 17:46:25 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58064) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obqV3-0006ED-5p; Fri, 23 Sep 2022 17:46:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=PYwYDg/okwUxBFvPqx2XEqPPAwCSu53gDvFx4sgtGMY=; b=QwCntHgjxJ3FP9388gzk Qo+2/bEeQe7qT67lSmGiX5/qfz1XuX7YjSySZ6iY4JjEpVBqDMJwcsLha+3cUtZNPMudR/qBB7No8 2beDKMBMuxRL2h9xs/OK8HH1cAyGFa8xwEpXnwndzej5mbKBFRt5IvS2bKjmmife6Ax52BUlxb8SX 5+vJ3BV15hCBhNICrn1an5532EjJYIig2WRiRIbAcqAMkj8HyQ6+2nW6GCzfvSTm5Rtioe6RGQ84R U/RFnemVCETQOw+b+wtRAqvL2uWYCxg2JtlE/jIwu0bQywFbHkEZ3cdO9XNUcuV9mdPGhdMzUghHG /GhE1Z6EOUt3pg==; Original-Received: from cpc103048-sgyl39-2-0-cust502.18-2.cable.virginm.net ([92.233.85.247]:41970 helo=rivendell.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obqV2-0003gT-EV; Fri, 23 Sep 2022 17:46:20 -0400 Original-Received: from localhost (rivendell.localdomain [local]) by rivendell.localdomain (OpenSMTPD) with ESMTPA id 42fa5de5; Fri, 23 Sep 2022 21:46:17 +0000 (UTC) In-Reply-To: <83h70yr5by.fsf@gnu.org> X-Attribution: jao X-Clacks-Overhead: GNU Terry Pratchett X-URL: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:296095 Archived-At: On Fri, Sep 23 2022, Eli Zaretskii wrote: >> From: Jose A Ortega Ruiz >> Cc: emacs-devel@gnu.org >> Date: Fri, 23 Sep 2022 02:11:00 +0100 >> >> [1] To make things even funnier, i /do/ use frames in tty mode, because >> there recovering complex window configurations from registers tends to >> garble the (re)display, while switching between tty frames with the same >> configurations does not (so i stopped investigating that problem). > > Please report this as a bug, with the necessary details to reproduce > it. Fear not, i will... as soon as i manage to put together a minimal reproducer; right now there are too many things loaded in my session when i see this happening. Cheers, jao -- He is a hard man who is only just, and a sad one who is only wise. -Voltaire, philosopher (1694-1778)