From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: X resource leak? Date: Sun, 18 Jan 2009 22:10:32 -0500 Message-ID: <87d4ek3s9j.fsf@cyd.mit.edu> References: <878wpbz39r.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1232334625 15560 80.91.229.12 (19 Jan 2009 03:10:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2009 03:10:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?Q?=C3=93scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 19 04:11:36 2009 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 1LOkY4-0003GX-0D for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2009 04:11:36 +0100 Original-Received: from localhost ([127.0.0.1]:33213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOkWm-0007wH-OE for ged-emacs-devel@m.gmane.org; Sun, 18 Jan 2009 22:10:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOkWj-0007wC-8B for emacs-devel@gnu.org; Sun, 18 Jan 2009 22:10:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOkWh-0007w0-Ok for emacs-devel@gnu.org; Sun, 18 Jan 2009 22:10:12 -0500 Original-Received: from [199.232.76.173] (port=58970 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOkWh-0007vx-MF for emacs-devel@gnu.org; Sun, 18 Jan 2009 22:10:11 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:51480) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOkWh-0004KI-Dy for emacs-devel@gnu.org; Sun, 18 Jan 2009 22:10:11 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 0561757E197; Sun, 18 Jan 2009 22:10:33 -0500 (EST) In-Reply-To: (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Sun, 18 Jan 2009 17:01:23 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:107978 Archived-At: =C3=93scar Fuentes writes: > I place an emacs -Q session and a konsole with xrestop side to > side. Just opening a file, scrolling through, etc, makes the number of > pixmaps and misc objects to grow. Killing the buffer does not reduce the > number of X resources used by emacs. Something as simple as C-x C-f C-g > increases the number of pixmaps by 4 (2 for C-x C-f and two more when I > abort with C-g). Is as if the allocated X resources never were freed. I can not reproduce this. Could you provide a *precise* recipe?