From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.devel Subject: Re: How to find memory leakage in x image code? Date: Thu, 05 Nov 2009 18:33:00 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257444386 18581 80.91.229.12 (5 Nov 2009 18:06:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Nov 2009 18:06:26 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 05 19:06:19 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 1N66iw-00064r-Q3 for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2009 19:06:19 +0100 Original-Received: from localhost ([127.0.0.1]:38865 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N66iw-0002cx-C9 for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2009 13:06:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N66ha-0000x2-6g for emacs-devel@gnu.org; Thu, 05 Nov 2009 13:04:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N66hU-0000oH-2A for emacs-devel@gnu.org; Thu, 05 Nov 2009 13:04:52 -0500 Original-Received: from [199.232.76.173] (port=57479 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N66hT-0000nw-SD for emacs-devel@gnu.org; Thu, 05 Nov 2009 13:04:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:52527) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N66D7-00022a-W3 for emacs-devel@gnu.org; Thu, 05 Nov 2009 12:33:26 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N66D6-00050O-DJ for emacs-devel@gnu.org; Thu, 05 Nov 2009 18:33:24 +0100 Original-Received: from chello062178240212.3.14.tuwien.teleweb.at ([62.178.240.212]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Nov 2009 18:33:24 +0100 Original-Received: from markus.triska by chello062178240212.3.14.tuwien.teleweb.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Nov 2009 18:33:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: chello062178240212.3.14.tuwien.teleweb.at Cancel-Lock: sha1:0TPIU/aKVwHRK0hPzfv3N9oDwh4= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116664 Archived-At: joakim@verona.se writes: > The basic allocation/deallocation is the same as for most other > image type supports in emacs. Does someone else experience the same > problem with viewing a large number of SVG images for instance? There once was a leak (that's now fixed) in SVG viewing, please see: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=576 for a test case that I hope you find useful for your case as well.