From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Memory leak due to bidi? Date: Tue, 02 Aug 2011 15:12:30 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: dough.gmane.org 1312312368 12003 80.91.229.12 (2 Aug 2011 19:12:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 19:12:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 21:12:43 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 1QoKOP-0000zt-5M for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 21:12:41 +0200 Original-Received: from localhost ([::1]:44683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoKOO-0007zU-Ft for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 15:12:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoKOL-0007z0-UP for emacs-devel@gnu.org; Tue, 02 Aug 2011 15:12:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoKOK-0007vb-VW for emacs-devel@gnu.org; Tue, 02 Aug 2011 15:12:37 -0400 Original-Received: from relais.videotron.ca ([24.201.245.36]:25696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoKOJ-0007vB-JB; Tue, 02 Aug 2011 15:12:35 -0400 Original-Received: from ceviche.home ([70.80.89.35]) by vl-mh-mrz25.ip.videotron.ca (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTP id <0LPB000MKEKNPF90@vl-mh-mrz25.ip.videotron.ca>; Tue, 02 Aug 2011 15:09:59 -0400 (EDT) Original-Received: by ceviche.home (Postfix, from userid 20848) id 4C7DC660CF; Tue, 02 Aug 2011 15:12:30 -0400 (EDT) In-reply-to: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 24.201.245.36 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:142737 Archived-At: >> I'm seeing some weird behavior linked to insane memory consumption. >> E.g. my Gnus session tends to grow to more than 2GB and then become >> unusage and unkillable (or close enough: in D state, "kill -9" isn't >> enough to make it stop use CPU, tho I guess that CPU use is really due >> to something like the OS being in the process of dumping the core file, >> tho I don't see any left over core files). > Does anyone else using the trunk version see similar growth of the > memory footprint? If so, please add your observations to the bug > report. BTW, this problem is new: I've been running with bidi-display-reordering set to t for more than a year now and the problem only appeared in the last couple of weeks. Stefan