From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: GTK3 Emacs Date: Tue, 5 Jul 2011 18:43:16 +0200 Message-ID: <19987.16164.809910.380782@a1i15.kph.uni-mainz.de> References: <4E12D772.1090204@harpegolden.net> <87mxgsvkjt.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1309888020 6447 80.91.229.12 (5 Jul 2011 17:47:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 5 Jul 2011 17:47:00 +0000 (UTC) Cc: David De La Harpe Golden , joakim@verona.se, emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 05 19:46:55 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qe9i1-0005bH-BW for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2011 19:46:53 +0200 Original-Received: from localhost ([::1]:33273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe9i0-0007tW-6c for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2011 13:46:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe8ik-0006aj-8n for emacs-devel@gnu.org; Tue, 05 Jul 2011 12:43:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qe8ii-0003Zj-Hk for emacs-devel@gnu.org; Tue, 05 Jul 2011 12:43:34 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:40684) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qe8ii-0003YN-1C for emacs-devel@gnu.org; Tue, 05 Jul 2011 12:43:32 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id p65GhHsO014423; Tue, 5 Jul 2011 18:43:17 +0200 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.4/8.14.2) with ESMTP id p65GhH1Y007880; Tue, 5 Jul 2011 18:43:17 +0200 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.4/8.14.4/Submit) id p65GhG7i007879; Tue, 5 Jul 2011 18:43:16 +0200 In-Reply-To: <87mxgsvkjt.fsf@stupidchicken.com> X-Mailer: VM 8.1.1 under 23.3.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 134.93.134.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:141603 Archived-At: >>>>> On Tue, 05 Jul 2011, Chong Yidong wrote: >> The problem perists sadly. I did get the same warning also. > That's because the warning comes from a workaround in the Emacs > sources, which kills Emacs rather than allowing it to loop forever. In xterm.c, function x_connection_closed(), if I got it right. > To test this properly, you need to remove that workaround and see if > Emacs now recovers gracefully, or whether it still loops forever. When the X connection is lost, e.g. by logging out the user, Emacs will loop, taking all available CPU time. Tested with revision 104968 (BZR trunk as of today) and GTK+ 3.0.11 on an x86_64 GNU/Linux system. Ulrich