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: Crash building unicode2, NSTATICS too low, pure space overflow. Date: Mon, 07 Aug 2006 15:46:12 +0900 Message-ID: References: <44D19F77.4050904@swipnet.se> <44D6DCA0.7010308@swipnet.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1154933266 9242 80.91.229.2 (7 Aug 2006 06:47:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Aug 2006 06:47:46 +0000 (UTC) Cc: emacs-unicode@gnu.org, duncanmak@gmail.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 07 08:47:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G9ytl-0006PP-QK for ged-emacs-devel@m.gmane.org; Mon, 07 Aug 2006 08:47:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9ytk-0004Md-Cr for ged-emacs-devel@m.gmane.org; Mon, 07 Aug 2006 02:47:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G9ytZ-0004MW-Kq for emacs-devel@gnu.org; Mon, 07 Aug 2006 02:47:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G9ytX-0004Jr-NN for emacs-devel@gnu.org; Mon, 07 Aug 2006 02:47:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G9ytX-0004JS-FD for emacs-devel@gnu.org; Mon, 07 Aug 2006 02:47:23 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G9yxY-0000de-CQ; Mon, 07 Aug 2006 02:51:32 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k776l4sV024812; Mon, 7 Aug 2006 15:47:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k776l3UG000066; Mon, 7 Aug 2006 15:47:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1G9ysO-0004KE-00; Mon, 07 Aug 2006 15:46:12 +0900 Original-To: Jan =?ISO-8859-1?Q?Dj=E4rv?= In-reply-to: <44D6DCA0.7010308@swipnet.se> (message from Jan =?ISO-8859-1?Q?Dj=E4rv?= on Mon, 07 Aug 2006 08:24:32 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:58159 Archived-At: In article <44D6DCA0.7010308@swipnet.se>, Jan Dj=E4rv = writes: > Kenichi Handa skrev: >> In article , Richard >> Stallman writes: >>=20 >>> 1026 is 0x402, 1280 is 0x500. What is the good value >>> for NSTATICS this time; 0x600 or 0x602? >>=20 >>> Try 0x7f0. That should fit nicely in a block that >>> malloc can get with no wasted space. >>=20 >> Thank you. I've just installed that change. > I don't see this change in HEAD or emacs-unicode2. Where > did you check it in? Sorry, I've committed the change surely this time (not to 0x7f0 but to 0x600 according to this RMS's mail). Richard Stallman writes: > I had forgotten that. Since it is statically allocated, > might as well just make it 0x600. It will last us another > few years. --- Kenichi Handa handa@m17n.org