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: 64-bit emacs crashes a lot Date: Fri, 16 Aug 2013 17:49:19 +0300 Message-ID: <83ob8xn11s.fsf@gnu.org> References: <51F3151D.7040000@cs.utoronto.ca> <51F33565.1090406@cornell.edu> <51F33F52.4060405@cs.utoronto.ca> <51FB1D9E.5090102@cs.utoronto.ca> <20130802080211.GA18054@calimero.vinschen.de> <51FB9228.2020309@cornell.edu> <51FBA100.90005@cs.utoronto.ca> <51FD5462.5020400@cs.utoronto.ca> <51FFBDFF.7040501@cornell.edu> <51FFC4F2.8080909@cs.utoronto.ca> <5203D89E.6030801@cornell.edu> <5203DCCA.1010105@cs.utoronto.ca> <5205B364.8090007@cs.utoronto.ca> <52064730.50404@cornell.edu> <"52065B3C.6060104@cs.utoronto <520CCA41.3000107"@cs.utoronto.ca> <520D089A.1020806@cornell.edu> <83ioz6op5v.fsf@gnu.org> <520D4036.8010303@cs.utoronto.ca> <520D900A.8000907@cornell.edu> <834naqnh9t.fsf@gnu.org> <520E0FF8.1070709@cs.utoronto.ca> <83txipn4n4.fsf@gnu.org> <520E345B.2050100@cs.utoronto.ca> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1376664546 31874 80.91.229.3 (16 Aug 2013 14:49:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2013 14:49:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ryan Johnson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 16 16:49:08 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 1VALKs-0002Lc-TT for ged-emacs-devel@m.gmane.org; Fri, 16 Aug 2013 16:49:07 +0200 Original-Received: from localhost ([::1]:59467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VALKs-0006HF-E8 for ged-emacs-devel@m.gmane.org; Fri, 16 Aug 2013 10:49:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VALKi-00061X-BT for emacs-devel@gnu.org; Fri, 16 Aug 2013 10:49:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VALKd-000200-6A for emacs-devel@gnu.org; Fri, 16 Aug 2013 10:48:56 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:50515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VALKc-0001xl-UW for emacs-devel@gnu.org; Fri, 16 Aug 2013 10:48:51 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MRM00I00P0CWR00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 16 Aug 2013 17:48:48 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MRM00IT1P5BF5C0@a-mtaout20.012.net.il>; Fri, 16 Aug 2013 17:48:48 +0300 (IDT) In-reply-to: <520E345B.2050100@cs.utoronto.ca> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:162815 Archived-At: > Date: Fri, 16 Aug 2013 10:16:59 -0400 > From: Ryan Johnson > CC: emacs-devel@gnu.org > > Should Emacs use the GNU version of malloc? yes > Should Emacs use a relocating allocator for buffers? no > Should Emacs use mmap(2) for buffer allocation? yes Then I think relocation is not a problem in your case. > Hmm... during bootstrap I got the following with checking enabled: > > Loading loadup.el (source)... > > Using load-path (/scratch/emacs-24.3/lisp > > /scratch/emacs-24.3/lisp/emacs-lisp /scratch/emacs-24.3/lisp/language > > /scratch/emacs-24.3/lisp/international /scratch/emacs-24.3/lisp/textmodes) > > Loading emacs-lisp/byte-run... > > Loading emacs-lisp/backquote... > > Loading subr... > > Loading version... > > <** snip **> > > Loading international/mule-cmds... > > Loading case-table... > > Loading /scratch/emacs-24.3/lisp/international/charprop.el (source)... > > Loading international/characters... > > static heap exhausted: avail 10485760 used 9751456 failed request 790528 > > Makefile:795: recipe for target `bootstrap-emacs.exe' failed Enlarge the value of STATIC_HEAP_SIZE in src/sheap.c (the __x86_64__ branch).