From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: PURESIZE increased (again) Date: Thu, 20 Apr 2006 21:50:54 +0300 Message-ID: References: <87lku5u6tx.fsf@pacem.orebokech.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1145559110 9596 80.91.229.2 (20 Apr 2006 18:51:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Apr 2006 18:51:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 20 20:51:49 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 1FWeFj-0001cV-C1 for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 20:51:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWeFg-0006mj-83 for ged-emacs-devel@m.gmane.org; Thu, 20 Apr 2006 14:51:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FWeEx-0006No-2Z for emacs-devel@gnu.org; Thu, 20 Apr 2006 14:50:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FWeEs-0006JP-U7 for emacs-devel@gnu.org; Thu, 20 Apr 2006 14:50:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FWeEs-0006Ix-Dg for emacs-devel@gnu.org; Thu, 20 Apr 2006 14:50:50 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FWeGG-0001cd-8Q for emacs-devel@gnu.org; Thu, 20 Apr 2006 14:52:16 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-9-6.inter.net.il [80.230.9.6]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DED22922 (AUTH halo1); Thu, 20 Apr 2006 21:50:47 +0300 (IDT) Original-To: romain@orebokech.com, emacs-devel@gnu.org In-reply-to: (message from Reiner Steib on Thu, 20 Apr 2006 18:51:38 +0200) 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:53152 Archived-At: > Cc: romain@orebokech.com, emacs-devel@gnu.org > From: Reiner Steib > Date: Thu, 20 Apr 2006 18:51:38 +0200 > > >> I see only 1198536 bytes (1877040 on 64bit). > > > > And I see 1102088 in a GNU/Linux build without X. I doubt that adding > > X could bump it by 100K bytes. > > FWIW, I saw the following message when building with the current > sources (some minor local changes) today on 64bit ... > > ,---- > | Dumping under names emacs and emacs-22.0.50.1 > | emacs:0:Pure Lisp storage overflow (approx. 2155304 bytes needed) > | 5504 pure bytes used This has nothing to do with PURESIZE, it's the ridiculously low number 5504 that is the problem. (Note that, on a 64-bit host, 2155304 is well within the limits of BASE_PURESIZE enlarged by PURESIZE_RATIO.) How come you only have 5504 bytes of space in the pure[] array? Is this during the first stage of bootstrap perhaps? If so, please look at the last "Dumping under names ..." message near the end of the build, it's that one that's important. (I imagine you already know that.)