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: Memory again Date: Tue, 20 Dec 2011 23:07:47 +0100 Message-ID: <1CBDF607-B07F-45CC-BB7F-7FF38BC7857F@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1324418884 3862 80.91.229.12 (20 Dec 2011 22:08:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 20 Dec 2011 22:08:04 +0000 (UTC) Cc: emacs user , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 20 23:07:59 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 1Rd7qp-0008Th-9J for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2011 23:07:59 +0100 Original-Received: from localhost ([::1]:45655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd7qo-0004g4-QQ for ged-emacs-devel@m.gmane.org; Tue, 20 Dec 2011 17:07:58 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd7ql-0004fn-8z for emacs-devel@gnu.org; Tue, 20 Dec 2011 17:07:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd7qi-0007Ce-Pf for emacs-devel@gnu.org; Tue, 20 Dec 2011 17:07:55 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:52539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd7qi-0007CJ-Gw for emacs-devel@gnu.org; Tue, 20 Dec 2011 17:07:52 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 2A5AFAE65 for ; Tue, 20 Dec 2011 23:07:48 +0100 (CET) Original-Received: (qmail 6602 invoked by uid 89); 20 Dec 2011 22:07:07 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 20 Dec 2011 22:07:07 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 9DD9C7FA058; Tue, 20 Dec 2011 23:07:47 +0100 (CET) In-Reply-To: X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 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:146886 Archived-At: Hello. 20 dec 2011 kl. 14:04 skrev Eli Zaretskii: >> Date: Tue, 20 Dec 2011 14:05:20 +0200 >> From: emacs user >> >>>> thanks! here it is. I attach both the leaks output, and the >>>> backtrace/ xbacktrace for a crash that happens eventually. >>>> At the time of this leaks report, emacs has 192Mb according to the >>>> activity monitor, with all buffers deleted. happy to do additional >>>> tests if needed. >>> >>> Please set MallocStackLogging in the environment, and run this again. >>> Without the call-stack info, I find it hard to believe we will be able >>> to correlate these leaks with source code. >>> >>> Thanks. >> >> thanks for this hint, here it is, at least the first few entries: > > Thank you. Looks like all of these leaks are NS-specific, if I > understand the information correctly. They are indeed. The line numbers are a bit off again, but I get that too. I fixed most of these and will check in when I fixed some other leaks. Stay tuned... Jan D.