From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: long-standing GTK bug Date: Mon, 10 May 2021 16:13:43 +0200 Message-ID: <87k0o6k76w.fsf@telefonica.net> References: <83zhbcg6s4.fsf@gnu.org> <87r1wng2ki.fsf@linaro.org> <83o8rrenn1.fsf@gnu.org> <87blnr6uck.fsf@tullinup.koldfront.dk> <87wo5kumkn.fsf_-_@tullinup.koldfront.dk> <86ftc5hc8j.fsf@gmail.com> <87d079io10.fsf@tullinup.koldfront.dk> <87ftbyokll.fsf@tullinup.koldfront.dk> <83a71c71id.fsf@gnu.org> <83sgf356sy.fsf@gnu.org> <87o8dl8mv1.fsf@tullinup.koldfront.dk> <87fsyw42yg.fsf@gmail.com> <87r1igx7pd.fsf@tullinup.koldfront.dk> <87bl9j3q53.fsf@gmail.com> <878s4mq566.fsf@tullinup.koldfront.dk> <877dk64usa.fsf@gmail.com> <87zgx2ohtq.fsf@tullinup.koldfront.dk> 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="40365"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:v4b6P8Qg6uHYDhRH9d25af9qcTY= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon May 10 16:14:23 2021 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 1lg6fv-000AOc-Nv for ged-emacs-devel@m.gmane-mx.org; Mon, 10 May 2021 16:14:23 +0200 Original-Received: from localhost ([::1]:52570 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lg6fu-0003Xl-RD for ged-emacs-devel@m.gmane-mx.org; Mon, 10 May 2021 10:14:22 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33646) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lg6fQ-0002tD-2L for emacs-devel@gnu.org; Mon, 10 May 2021 10:13:52 -0400 Original-Received: from ciao.gmane.io ([116.202.254.214]:55172) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lg6fO-0001tX-AE for emacs-devel@gnu.org; Mon, 10 May 2021 10:13:51 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lg6fL-0009b7-V5 for emacs-devel@gnu.org; Mon, 10 May 2021 16:13:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Received-SPF: pass client-ip=116.202.254.214; envelope-from=ged-emacs-devel@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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:269117 Archived-At: Adam Sjøgren writes: > Robert writes: > >> I think weʼre testing different things. Iʼm doing: >> >> 1. On A: start emacs, run a server >> 2. On B: ssh -X A, emacsclient -c >> 3. On B: kill the ssh process >> 4. Emacs crashes > > Yes, indeed we are. I am diverging: > > 3. On B: close the emacsclient frame > 4. On B: exit ssh > 5. Emacs survives. > > Without the patch, after (my) step 4 the prompt isn't returned until you > press ^C in the shell, and when you do press ^C, Emacs crashes. IIUC your patch solves the problem when the network connection is reliable, but Emacs still crashes if there is an abrupt disconnection. Looks like an improvement :-)