From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: multi-tty branch + GTK (Re: copyrights to be fixed) Date: Thu, 15 Feb 2007 14:24:45 +0100 Message-ID: <45D45F1D.6040203@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> <45D455DA.1030301@swipnet.se> <86vei3k282.fsf@lola.quinscape.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1171545942 512 80.91.229.12 (15 Feb 2007 13:25:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Feb 2007 13:25:42 +0000 (UTC) Cc: rms@gnu.org, Karoly Lorentey , joakim@verona.se, emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 15 14:25:25 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 1HHgc1-0000kg-0G for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 14:25:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHgc0-0005HB-1a for ged-emacs-devel@m.gmane.org; Thu, 15 Feb 2007 08:25:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HHgbn-0005Gt-1E for emacs-devel@gnu.org; Thu, 15 Feb 2007 08:25:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HHgbl-0005GX-LY for emacs-devel@gnu.org; Thu, 15 Feb 2007 08:25:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HHgbl-0005GU-Cf for emacs-devel@gnu.org; Thu, 15 Feb 2007 08:25:09 -0500 Original-Received: from av9-2-sn3.vrr.skanova.net ([81.228.9.186]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HHgbi-0006wo-5x; Thu, 15 Feb 2007 08:25:06 -0500 Original-Received: by av9-2-sn3.vrr.skanova.net (Postfix, from userid 502) id DC3C338353; Thu, 15 Feb 2007 14:25:04 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av9-2-sn3.vrr.skanova.net (Postfix) with ESMTP id C11C138324; Thu, 15 Feb 2007 14:25:04 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 8343537E46; Thu, 15 Feb 2007 14:25:02 +0100 (CET) User-Agent: Thunderbird 1.5.0.9 (X11/20070212) In-Reply-To: <86vei3k282.fsf@lola.quinscape.zz> 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:66423 Archived-At: David Kastrup skrev: > Jan Dj=E4rv writes: >=20 >> ** 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=3D85715. >=20 > The bug is still open and I don't see anything that would lead to a > conclusion in the bottom of the comments that this would be fixed > and/or checked in. >=20 > While I think it probable that by the time Emacs 23 will be released, > Gtk+ 2.10 will be out long enough, did you perform any tests yourself > that would point to 2.10 working in this regard? >=20 Not more than open up a second display and then closed it with=20 x-close-conection, and confirm that Emacs does not crash. It may leak memory though. It is hard to tell what goes on inside Gtk+. Jan D.