From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Memory leak due to bidi? Date: Thu, 04 Aug 2011 09:48:47 +0900 Message-ID: References: <87y5zatz2f.fsf@wanadoo.es> 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 1312418944 13919 80.91.229.12 (4 Aug 2011 00:49:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2011 00:49:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 02:49:00 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 1Qom7N-0002N6-Pf for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2011 02:48:57 +0200 Original-Received: from localhost ([::1]:39547 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qom7M-0002WI-Ty for ged-emacs-devel@m.gmane.org; Wed, 03 Aug 2011 20:48:56 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qom7L-0002Vz-1E for emacs-devel@gnu.org; Wed, 03 Aug 2011 20:48:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qom7I-00086h-W2 for emacs-devel@gnu.org; Wed, 03 Aug 2011 20:48:55 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:51822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qom7I-00086T-H9 for emacs-devel@gnu.org; Wed, 03 Aug 2011 20:48:52 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id p740mmoc009723; Thu, 4 Aug 2011 09:48:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id p740mmXE017450; Thu, 4 Aug 2011 09:48:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id p740mlWE022908; Thu, 4 Aug 2011 09:48:47 +0900 (JST) env-from (handa@m17n.org) In-Reply-To: <87y5zatz2f.fsf@wanadoo.es> (message from =?iso-8859-1?Q?=D3s?= =?iso-8859-1?Q?car?= Fuentes on Wed, 03 Aug 2011 15:16:40 +0200) X-detected-operating-system: by eggs.gnu.org: Solaris 9 X-Received-From: 150.29.246.133 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:142848 Archived-At: In article <87y5zatz2f.fsf@wanadoo.es>, =D3scar Fuentes wr= ites: > Kenichi Handa writes: > > Could you check the versions before and after my changes for > > char-table handling? > > > > 2011-07-07 Kenichi Handa > > > > * character.h (unicode_category_t): New enum type. > > > > * chartab.c (uniprop_decoder_t, uniprop_encoder_t): New types. > > (Qchar_code_property_table): New variable. > > [...] > The tip revision of my Emacs is precisely the revision you mention. So > far no abnormal memory consumption. bidi-display-reordering is > nil. GNU/Linux x86_64 (Kubuntu 10.10). Daily usage of Gnus, org-mode, > magit, several programming modes and an assortment of minor modes. The > current instance is running since 6 days ago. Previously it ran since it > was built (07-07) for about 3 weeks. So there was plenty of opportunity > for showing the leak. Thank you for checking. So, my change above is not likely the cause of the leak. --- Kenichi Handa handa@m17n.org