From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: 64-bit emacs crashes a lot Date: Sun, 18 Aug 2013 00:23:55 +0200 Message-ID: <520FF7FB.5030906@alice.it> References: <520FD272.50907@alice.it> <520FDA06.8020206@cornell.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376778262 26397 80.91.229.3 (17 Aug 2013 22:24:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2013 22:24:22 +0000 (UTC) Cc: emacs To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 18 00:24:23 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VAov1-0006Gx-J1 for ged-emacs-devel@m.gmane.org; Sun, 18 Aug 2013 00:24:23 +0200 Original-Received: from localhost ([::1]:37124 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAov0-0006Ss-MT for ged-emacs-devel@m.gmane.org; Sat, 17 Aug 2013 18:24:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAouq-0006Rs-3q for emacs-devel@gnu.org; Sat, 17 Aug 2013 18:24:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAoui-0000vz-RJ for emacs-devel@gnu.org; Sat, 17 Aug 2013 18:24:12 -0400 Original-Received: from smtp201.alice.it ([82.57.200.97]:48938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAoui-0000vp-Gq for emacs-devel@gnu.org; Sat, 17 Aug 2013 18:24:04 -0400 Original-Received: from [192.168.1.100] (80.183.110.231) by smtp201.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 51F26B2701EA6480; Sun, 18 Aug 2013 00:23:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <520FDA06.8020206@cornell.edu> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 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:162852 Archived-At: Il 17/08/2013 22.16, Ken Brown ha scritto: > > This probably means that the static heap isn't big enough for > --enable-checking=all on 32-bit Cygwin. I'll test it and increase it if > necessary. I may not get to this today, but I'll do it soon. (And you > can do it yourself locally if you're anxious to bootstrap right now.) OK, with 18MB it is still bootstrapping and has printed: ... Finding pointers to doc strings...done Dumping under the name emacs Static heap usage: 16099796 of 18874368 bytes ... but... really should we increase the static heap from 13 to 18 MB also for a not-checking bootstrap? Usually, in that case, the build log shows ... Static heap usage: 10273280 of 13631488 bytes ... Static heap usage: 5419520 of 13631488 bytes Doesn't it mean that the "end" product uses only about 5.2 MB? Ciao, Angelo.