From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Mattner Newsgroups: gmane.emacs.devel Subject: Re: Memory again Date: Wed, 21 Dec 2011 11:39:03 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1324463962 3836 80.91.229.12 (21 Dec 2011 10:39:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 21 Dec 2011 10:39:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 21 11:39:18 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 1RdJZu-0005wB-0i for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2011 11:39:18 +0100 Original-Received: from localhost ([::1]:39398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdJZt-0001b7-JB for ged-emacs-devel@m.gmane.org; Wed, 21 Dec 2011 05:39:17 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdJZm-0001am-LG for emacs-devel@gnu.org; Wed, 21 Dec 2011 05:39:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RdJZg-000168-Pb for emacs-devel@gnu.org; Wed, 21 Dec 2011 05:39:10 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:41024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RdJZg-000164-LZ for emacs-devel@gnu.org; Wed, 21 Dec 2011 05:39:04 -0500 Original-Received: by iacb35 with SMTP id b35so11749810iac.0 for ; Wed, 21 Dec 2011 02:39:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=NiprsmaUeN8IdfL0t+CX4BzohP/v+YBaD1XOTxF8uCM=; b=JZn1+HIGU9pDWFdT4HKpOt8ZlOKCriLegPmCzBOvPraXzggqwS93ZCdXursLSrazcd ETY12ZAibUPbsZIrv/3bXOjPiQ5X2ZEzQI2Wh8gKKp4I2nmK+skMooRyn2W8wObOWKCm snqtKi+EhBuqsqZn6vJaCE3DqpOk1aDv1Bvug= Original-Received: by 10.50.191.200 with SMTP id ha8mr2449517igc.27.1324463943999; Wed, 21 Dec 2011 02:39:03 -0800 (PST) Original-Received: by 10.50.6.165 with HTTP; Wed, 21 Dec 2011 02:39:03 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:146893 Archived-At: On Wed, Dec 21, 2011 at 9:07 AM, Jan Dj=E4rv wrote: > Hello. > > 20 dec 2011 kl. 14:04 skrev Eli Zaretskii: > >>> Date: Tue, 20 Dec 2011 14:05:20 +0200 >>> From: emacs user >>> >>>>> thanks! =A0here it is. =A0I 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. =A0Looks 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. =A0Hopefully, the most common ones are gone now. Thanks Jan!