From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Francesco =?UTF-8?Q?Potort=C3=AC?= Newsgroups: gmane.emacs.bugs Subject: bug#44930: I can reproduce it Date: Sat, 12 Dec 2020 14:09:56 +0100 Message-ID: References: <83pn3timo4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35732"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 44930-done@debbugs.gnu.org, Alan Third To: Alan Third Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Dec 12 20:47:49 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1koArt-0009Dp-2s for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 12 Dec 2020 20:47:49 +0100 Original-Received: from localhost ([::1]:32972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koArr-0007fp-UY for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 12 Dec 2020 14:47:47 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38316) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ko9kv-0006BU-G6 for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2020 13:36:33 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:34911) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ko9kv-0008Iy-5o for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2020 13:36:33 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ko4ew-0008F3-E3 for bug-gnu-emacs@gnu.org; Sat, 12 Dec 2020 08:10:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Francesco =?UTF-8?Q?Potort=C3=AC?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 12 Dec 2020 13:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44930 X-GNU-PR-Package: emacs Original-Received: via spool by 44930-done@debbugs.gnu.org id=D44930.160777860031667 (code D ref 44930); Sat, 12 Dec 2020 13:10:02 +0000 Original-Received: (at 44930-done) by debbugs.gnu.org; 12 Dec 2020 13:10:00 +0000 Original-Received: from localhost ([127.0.0.1]:44152 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ko4eu-0008Eh-KM for submit@debbugs.gnu.org; Sat, 12 Dec 2020 08:10:00 -0500 Original-Received: from smtp-clients1.isti.cnr.it ([146.48.28.36]:50514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ko4et-0008EZ-3d for 44930-done@debbugs.gnu.org; Sat, 12 Dec 2020 08:09:59 -0500 Original-Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) (Authenticated sender: pot) by smtp-clients1.isti.cnr.it (Postfix) with ESMTPSA id 4BC81B0833; Sat, 12 Dec 2020 14:09:57 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at smtp-out.isti.cnr.it Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.94) (envelope-from ) id 1ko4eq-00FXuo-Qc; Sat, 12 Dec 2020 14:09:56 +0100 In-Reply-To: (alan@idiocy.org) X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:195869 Archived-At: >On Sat, Dec 05, 2020 at 11:44:34PM +0100, Francesco Potort́ wrote: >> >Can you try with the attached patch, please? >> >> I did. It does not error any more with my previous bug reproducing >> recipe. If it does not happen in a week of normal usage I would say it >> has gone away. > >I've pushed this to the emacs-27 branch. I confirm that I have not observed the problem any more in conctinuous emacs usage till now. Thank you