From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.devel Subject: Re: Some experience with the igc branch Date: Mon, 23 Dec 2024 09:27:11 +0300 Message-ID: References: <87o713wwsi.fsf@telefonica.net> <87ldw7fwet.fsf@protonmail.com> <87h66vwn1m.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26829"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/2.2.12 (2023-09-09) Cc: emacs-devel@gnu.org, Pip Cet , Gerd =?utf-8?B?TcO2bGxtYW5u?= , Helmut Eller , Andrea Corallo To: =?utf-8?B?w5NzY2Fy?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 23 07:28:22 2024 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 1tPbvS-0006nk-AN for ged-emacs-devel@m.gmane-mx.org; Mon, 23 Dec 2024 07:28:22 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tPbuo-0001eM-Qw; Mon, 23 Dec 2024 01:27:42 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tPbug-0001d2-Lt for emacs-devel@gnu.org; Mon, 23 Dec 2024 01:27:34 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tPbue-0007ua-Ry; Mon, 23 Dec 2024 01:27:34 -0500 Original-Received: from localhost ([::ffff:41.75.183.124]) (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA id 000000000007DC1B.00000000676902D1.0010D0E5; Sun, 22 Dec 2024 23:27:29 -0700 Mail-Followup-To: =?utf-8?B?w5NzY2Fy?= Fuentes , emacs-devel@gnu.org, Pip Cet , Gerd =?utf-8?B?TcO2bGxtYW5u?= , Helmut Eller , Andrea Corallo Content-Disposition: inline In-Reply-To: <87h66vwn1m.fsf@telefonica.net> Received-SPF: pass client-ip=217.170.207.13; envelope-from=bugs@gnu.support; helo=stw1.rcdrun.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:326902 Archived-At: * Óscar Fuentes [2024-12-22 22:13]: > > 1. The signal issue. I don't have a good way to fix this and make > > everyone happy, but I do have a solution which hasn't caused a crash for > > me in quite a while. It may be good enough. > > Inevitably, a few minutes after sending my message Emacs froze after > working flawlessly since you fixed the JSON issue. > > Redisplay just stopped while showing the menu, no crash nor infinite > loop, its CPU usage was typical for the repeating timers that my config > creates. Sadly, instead of attaching gdb I tried to wake up Emacs by > sending SIGUSR1 (no effect, as it is the wrong signal, should be > SIGUSR2) and then sent SINGINT by mistake, which terminated the process. > > It's very likely that MPS is innocent on this, but I'm happy to apply > and test any stability improvement patch you have and wish to share. I was using that branch for longer, but being heavy daily user of Emacs with serious business, I cannot use it, it is not yet stable. Reasons I have sent already to this list, I had no issues since I switched to standard Emacs. Most terrible was that ghostly appearance of words and characters which I didn't type, or totally scrambling characters which I type. -- Jean Louis