From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: multi-tty branch + GTK (Re: copyrights to be fixed) Date: Thu, 15 Feb 2007 13:45:14 +0100 Message-ID: <45D455DA.1030301@swipnet.se> References: <200702090136.25838.pogonyshev@gmx.net> <86irebhkgg.fsf@lola.quinscape.zz> <87r6szr7c7.fsf@pacem.orebokech.com> <85d54gkd4j.fsf@lola.goethe.zz> <45CF2DF9.1000806@swipnet.se> <45D203AB.6070306@lorentey.hu> <45D444E2.3030305@lorentey.hu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1171543603 24098 80.91.229.12 (15 Feb 2007 12:46:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Feb 2007 12:46:43 +0000 (UTC) Cc: rms@gnu.org, joakim@verona.se, emacs-devel@gnu.org To: Karoly Lorentey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 15 13:46:24 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HHg0F-0000Py-PL for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 13:46:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHg0F-000351-Am for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 07:46:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHg01-00034Q-Ef for emacs-devel@gnu.org; Thu, 15 Feb 2007 07:46:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHg00-000346-EW for emacs-devel@gnu.org; Thu, 15 Feb 2007 07:46:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHg00-000343-9D for emacs-devel@gnu.org; Thu, 15 Feb 2007 07:46:08 -0500 Original-Received: from av10-1-sn2.hy.skanova.net ([81.228.8.181]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHfzy-0007zd-Su for emacs-devel@gnu.org; Thu, 15 Feb 2007 07:46:07 -0500 Original-Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id D0D0B383E8; Thu, 15 Feb 2007 13:46:04 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id A7BEF3831F; Thu, 15 Feb 2007 13:46:04 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 7B70737E50; Thu, 15 Feb 2007 13:46:02 +0100 (CET) User-Agent: Thunderbird 1.5.0.9 (X11/20070212) In-Reply-To: <45D444E2.3030305@lorentey.hu> X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:66420 Archived-At: Karoly Lorentey skrev: > (Disconnections can not be prevented entirely, though: Emacs/GTK crashes > on both branches if a server connection is cut or a server crashes. In > some use cases, this happens regularly, by design: e.g., if the user > runs emacsclient to create a frame on an ssh-forwarded remote X server, > then later logs out from the ssh session, the server connection is > closed, unintentionally SEGVing the Emacs process. I think we should > document this in PROBLEMS.) > We do: ** Emacs compiled with Gtk+ crashes when closing a display (x-close-connection). This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug http://bugzilla.gnome.org/show_bug.cgi?id=85715. Jan D.