From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: dump-emacs doesn't fail even if Pure Lisp storage overflows Date: Fri, 20 Jan 2006 17:58:34 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137802346 13181 80.91.229.2 (21 Jan 2006 00:12:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Jan 2006 00:12:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 21 01:12:24 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 1F06Mf-0005Az-B2 for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 01:12:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F06PA-00018v-Ov for ged-emacs-devel@m.gmane.org; Fri, 20 Jan 2006 19:14:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F05Iy-0006LC-DU for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:04:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F05Iw-0006JR-TK for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:04:27 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F05Iw-0006IM-9L for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:04:26 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F05ND-0004JU-Vd for emacs-devel@gnu.org; Fri, 20 Jan 2006 18:08:52 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F05DG-0005VT-8D; Fri, 20 Jan 2006 17:58:34 -0500 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Fri, 20 Jan 2006 16:41:48 +0900) 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:49338 Archived-At: 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? I don't see how that would be helpful. The current code is intended to show there is a problem, but also lets you debug whatever fix you are testing. You don't have to edit PURESIZE and rebuild first.