From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vincenzo Pupillo Newsgroups: gmane.emacs.bugs Subject: bug#56277: 29.0.50; Vterm crash after last git pull. Can be related to the 'abort-redisplay' patch? Date: Wed, 06 Jul 2022 21:37:16 +0200 Message-ID: <4807556.31r3eYUQgx@zarathustrawsp500> References: <87pmit9dtb.fsf@3-191.divsi.unimi.it> <2636779.mvXUDI8C0e@3-191.divsi.unimi.it> <87mtduecoc.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31954"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , 56277@debbugs.gnu.org, Vincenzo Pupillo To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 06 23:14:05 2022 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 1o9CLU-000882-OJ for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 06 Jul 2022 23:14:04 +0200 Original-Received: from localhost ([::1]:32950 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o9CLT-0007k9-MB for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 06 Jul 2022 17:14:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38814) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o9BQO-0004i9-Ev for bug-gnu-emacs@gnu.org; Wed, 06 Jul 2022 16:15:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o9BQO-00072p-0x for bug-gnu-emacs@gnu.org; Wed, 06 Jul 2022 16:15:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o9BQN-0003ST-TM for bug-gnu-emacs@gnu.org; Wed, 06 Jul 2022 16:15:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Vincenzo Pupillo Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 06 Jul 2022 20:15:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56277 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo notabug Original-Received: via spool by 56277-submit@debbugs.gnu.org id=B56277.165713849313227 (code B ref 56277); Wed, 06 Jul 2022 20:15:03 +0000 Original-Received: (at 56277) by debbugs.gnu.org; 6 Jul 2022 20:14:53 +0000 Original-Received: from localhost ([127.0.0.1]:55243 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9BQC-0003RF-Kw for submit@debbugs.gnu.org; Wed, 06 Jul 2022 16:14:53 -0400 Original-Received: from mout-u-107.mailbox.org ([80.241.59.207]:41374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9AqC-0002JE-Ny for 56277@debbugs.gnu.org; Wed, 06 Jul 2022 15:37:44 -0400 Original-Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4LdVDb6m6xz9sSX; Wed, 6 Jul 2022 21:37:19 +0200 (CEST) In-Reply-To: <87mtduecoc.fsf@gnus.org> X-Mailman-Approved-At: Wed, 06 Jul 2022 16:14:51 -0400 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:236300 Archived-At: Hi, after the fix attached to bug#56369, the crash is gone. Thank you! V. In data gioved=EC 30 giugno 2022 11:13:55 CEST, Lars Ingebrigtsen ha scritt= o: > Vincenzo Pupillo writes: > > Not yet. Before the 'git pull' it was working fine, so I thought the > > problem was due to the latest commits. >=20 > The vterm package is redefining Emacs internals, so it has to be > adjusted when Emacs internals change.