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: Wed, 21 Dec 2011 09:07:20 +0100 Message-ID: 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: quoted-printable X-Trace: dough.gmane.org 1324454865 7971 80.91.229.12 (21 Dec 2011 08:07:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2011 08:07:45 +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 Wed Dec 21 09:07:36 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 1RdHD5-0006jO-Lu for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2011 09:07:35 +0100 Original-Received: from localhost ([::1]:59165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdHD4-0004u2-MF for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2011 03:07:34 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:58957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdHCy-0004tY-HD for emacs-devel@gnu.org; Wed, 21 Dec 2011 03:07:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdHCu-0002s5-M5 for emacs-devel@gnu.org; Wed, 21 Dec 2011 03:07:28 -0500 Original-Received: from mailout.melmac.se ([62.20.26.67]:60850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdHCu-0002rd-E8 for emacs-devel@gnu.org; Wed, 21 Dec 2011 03:07:24 -0500 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id E906A9E19 for ; Wed, 21 Dec 2011 09:07:21 +0100 (CET) Original-Received: (qmail 27077 invoked by uid 89); 21 Dec 2011 08:06:40 -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; 21 Dec 2011 08:06:40 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 65A377FA058; Wed, 21 Dec 2011 09:07:21 +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:146891 Archived-At: Hello. 20 dec 2011 kl. 14:04 skrev Eli Zaretskii: >> Date: Tue, 20 Dec 2011 14:05:20 +0200 >> From: emacs user >>=20 >>>> 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. >>>=20 >>> 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. >>>=20 >>> Thanks. >>=20 >> thanks for this hint, here it is, at least the first few entries: >=20 > Thank you. Looks like all of these leaks are NS-specific, if I > understand the information correctly. I fixed most of these, but memory leaks still remains in the NS-port. = Hopefully, the most common ones are gone now. Jan D.