From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacs-27 41232e6: Avoid crashes due to bidi cache being reset during redisplay Date: Sun, 31 May 2020 19:33:37 +0300 Message-ID: <83y2p8jc7y.fsf@gnu.org> References: <20200531142645.22884.78754@vcs0.savannah.gnu.org> <20200531142647.08FCA20A2B@vcs0.savannah.gnu.org> <837dwskuiy.fsf@gnu.org> <834krwksz2.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="47026"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Pip Cet Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 31 18:34:19 2020 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 1jfQug-000C6k-HV for ged-emacs-devel@m.gmane-mx.org; Sun, 31 May 2020 18:34:18 +0200 Original-Received: from localhost ([::1]:43282 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfQuf-0008Av-KU for ged-emacs-devel@m.gmane-mx.org; Sun, 31 May 2020 12:34:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:54672) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfQu2-0007gi-EE for emacs-devel@gnu.org; Sun, 31 May 2020 12:33:38 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:56713) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfQu2-0005qN-5H; Sun, 31 May 2020 12:33:38 -0400 Original-Received: from [176.228.60.248] (port=3815 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jfQu1-0001Hs-Ac; Sun, 31 May 2020 12:33:37 -0400 In-Reply-To: (message from Pip Cet on Sun, 31 May 2020 16:24:23 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:251683 Archived-At: > From: Pip Cet > Date: Sun, 31 May 2020 16:24:23 +0000 > Cc: emacs-devel@gnu.org > > I've played around a little, and when resize-mini-windows is nil, it's > quite easy to get into a loop where the OOM message isn't displayed. > Without the patch, recovery sometimes works. Maybe it's just time to > update SPARE_SIZE to reflect the amount of memory the bidi iterator > currently needs. Feel free to suggest a patch for the master branch along those lines.