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: dump-emacs doesn't fail even if Pure Lisp storage overflows Date: Fri, 20 Jan 2006 16:41:48 +0900 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1137743437 26703 80.91.229.2 (20 Jan 2006 07:50:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2006 07:50:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 20 08:50:27 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 1EzqwQ-0005II-8Q for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 08:44:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezqyt-0007Vj-7i for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 02:46:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ezqwf-0006rA-Jk for emacs-devel@gnu.org; Fri, 20 Jan 2006 02:44:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ezqwd-0006o0-51 for emacs-devel@gnu.org; Fri, 20 Jan 2006 02:44:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ezqwc-0006nQ-IY for emacs-devel@gnu.org; Fri, 20 Jan 2006 02:44:26 -0500 Original-Received: from [192.47.44.130] (helo=tsukuba.m17n.org) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1Ezr0m-0005qX-UN for emacs-devel@gnu.org; Fri, 20 Jan 2006 02:48:45 -0500 Original-Received: from nfs.m17n.org (nfs.m17n.org [192.47.44.7]) by tsukuba.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0K7fnYg000986 for ; Fri, 20 Jan 2006 16:41:49 +0900 Original-Received: from etlken (etlken.m17n.org [192.47.44.125]) by nfs.m17n.org (8.13.4/8.13.4/Debian-3) with ESMTP id k0K7fnGc020107 for ; Fri, 20 Jan 2006 16:41:49 +0900 Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1Ezqu4-0001hM-00 for ; Fri, 20 Jan 2006 16:41:48 +0900 Original-To: emacs-devel@gnu.org 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:49309 Archived-At: I've just increased BASE_PURESIZE to 1190000 because it seems that Solaris requires more pure bytes than GNU/Linux. But, the problem is that building of Emacs proceeds even if this message is shown: Pure Lisp storage overflow (approx. 1173352 bytes needed) And, the resulting emacs behaves very strangely. Shouldn't we stop the building by error in such a case? --- Kenichi Handa handa@m17n.org