unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Angelo Graziosi <angelo.graziosi@alice.it>
Cc: emacs <emacs-devel@gnu.org>
Subject: Re: 64-bit emacs crashes a lot
Date: Sat, 17 Aug 2013 16:16:06 -0400	[thread overview]
Message-ID: <520FDA06.8020206@cornell.edu> (raw)
In-Reply-To: <520FD272.50907@alice.it>

On 8/17/2013 3:43 PM, Angelo Graziosi wrote:
> Ken Brown wrote:
>> I bootstrapped the trunk yesterday with --enable-checking=all
>
> Just for the record...
>
> I tried to bootstrap (on XP 32) with --enable-checking=all, but it fails
> always in this way (I tried also with no parallel build):
>
> [...]
> Loading window (source)...
> Loading /work/emacs/lisp/files.el (source)...
> Loading /work/emacs/lisp/emacs-lisp/macroexp.el (source)...
> Loading /work/emacs/lisp/emacs-lisp/pcase.el (source)...
> Loading /work/emacs/lisp/emacs-lisp/macroexp.el (source)...
> Loading /work/emacs/lisp/cus-face.el (source)...
> Loading /work/emacs/lisp/faces.el (source)...
> Loading /work/emacs/lisp/button.el (source)...
> Loading /work/emacs/lisp/startup.el (source)...
> Loading /work/emacs/lisp/ldefs-boot.el (source)...
> Loading /work/emacs/lisp/emacs-lisp/nadvice.el (source)...
> Loading /work/emacs/lisp/minibuffer.el (source)...
> ../../lisp/minibuffer.el: `with-wrapper-hook' is an obsolete macro (as
> of 24.4); use a <foo>-function variable modified by add-function.
> Loading /work/emacs/lisp/abbrev.el (source)...
> ../../lisp/abbrev.el: `with-wrapper-hook' is an obsolete macro (as of
> 24.4); use a <foo>-function variable modified by add-function.
> Loading /work/emacs/lisp/simple.el (source)...
> ../../lisp/simple.el: `with-wrapper-hook' is an obsolete macro (as of
> 24.4); use a <foo>-function variable modified by add-function.
> Loading /work/emacs/lisp/help.el (source)...
> Loading /work/emacs/lisp/jka-cmpr-hook.el (source)...
> Loading /work/emacs/lisp/epa-hook.el (source)...
> Loading /work/emacs/lisp/international/mule-cmds.el (source)...
> Loading /work/emacs/lisp/case-table.el (source)...
> Loading /work/emacs/lisp/international/charprop.el (source)...
> Loading /work/emacs/lisp/international/characters.el (source)...
> Loading /work/emacs/lisp/composite.el (source)...
> Loading /work/emacs/lisp/language/chinese.el (source)...
> Loading /work/emacs/lisp/language/cyrillic.el (source)...
> Loading /work/emacs/lisp/language/indian.el (source)...
> Loading /work/emacs/lisp/language/sinhala.el (source)...
> Loading /work/emacs/lisp/language/english.el (source)...
> Loading /work/emacs/lisp/language/ethiopic.el (source)...
> Loading /work/emacs/lisp/language/european.el (source)...
> Loading /work/emacs/lisp/language/czech.el (source)...
> Loading /work/emacs/lisp/language/slovak.el (source)...
> Loading /work/emacs/lisp/language/romanian.el (source)...
> Loading /work/emacs/lisp/language/greek.el (source)...
> Loading /work/emacs/lisp/language/hebrew.el (source)...
> Loading /work/emacs/lisp/language/japanese.el (source)...
> Loading /work/emacs/lisp/international/cp51932.el (source)...
> Loading /work/emacs/lisp/international/eucjp-ms.el (source)...
> Loading /work/emacs/lisp/language/korean.el (source)...
> Loading /work/emacs/lisp/language/lao.el (source)...
> Loading /work/emacs/lisp/language/tai-viet.el (source)...
> Loading /work/emacs/lisp/language/thai.el (source)...
> Loading /work/emacs/lisp/language/tibetan.el (source)...
> Loading /work/emacs/lisp/language/vietnamese.el (source)...
> Loading /work/emacs/lisp/language/misc-lang.el (source)...
> Loading /work/emacs/lisp/language/utf-8-lang.el (source)...
> Loading /work/emacs/lisp/language/georgian.el (source)...
> Loading /work/emacs/lisp/language/khmer.el (source)...
> Loading /work/emacs/lisp/language/burmese.el (source)...
> Loading /work/emacs/lisp/language/cham.el (source)...
> Loading /work/emacs/lisp/indent.el (source)...
> Loading /work/emacs/lisp/frame.el (source)...
> Loading /work/emacs/lisp/term/tty-colors.el (source)...
> Loading /work/emacs/lisp/font-core.el (source)...
> Loading /work/emacs/lisp/facemenu.el (source)...
> Loading /work/emacs/lisp/emacs-lisp/syntax.el (source)...
> Loading /work/emacs/lisp/font-lock.el (source)...
> mv: impossibile eseguire stat di "emacs.exe": No such file or directory
> Makefile:835: recipe for target `bootstrap-emacs.exe' failed
> make[2]: *** [bootstrap-emacs.exe] Error 1
> make[2]: uscita dalla directory "/work/emacs/Work/src"
> Makefile:379: recipe for target `src' failed
> make[1]: *** [src] Error 2
> make[1]: uscita dalla directory "/work/emacs/Work"
> Makefile:1050: recipe for target `bootstrap' failed
> make: *** [bootstrap] Error 2
>
> I tried different revisions which bootstrap fine without the checking
> but fail as above when checking is enabled.
>
> The bootstrap fails before it prints the STATIC_HEAP_SIZE information,
> taking a lot of time..

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.)

Ken



  reply	other threads:[~2013-08-17 20:16 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-17 19:43 64-bit emacs crashes a lot Angelo Graziosi
2013-08-17 20:16 ` Ken Brown [this message]
2013-08-17 22:23   ` Angelo Graziosi
2013-08-18 17:43     ` Ken Brown
2013-08-18 19:10       ` Angelo Graziosi
2013-08-18 19:14       ` Eli Zaretskii
     [not found] <51F3151D.7040000@cs.utoronto.ca>
     [not found] ` <51F33565.1090406@cornell.edu>
     [not found]   ` <51F33F52.4060405@cs.utoronto.ca>
     [not found]     ` <51FB1D9E.5090102@cs.utoronto.ca>
     [not found]       ` <20130802080211.GA18054@calimero.vinschen.de>
     [not found]         ` <51FB9228.2020309@cornell.edu>
     [not found]           ` <51FBA100.90005@cs.utoronto.ca>
     [not found]             ` <51FD5462.5020400@cs.utoronto.ca>
     [not found]               ` <51FFBDFF.7040501@cornell.edu>
     [not found]                 ` <51FFC4F2.8080909@cs.utoronto.ca>
     [not found]                   ` <5203D89E.6030801@cornell.edu>
     [not found]                     ` <5203DCCA.1010105@cs.utoronto.ca>
     [not found]                       ` <5205B364.8090007@cs.utoronto.ca>
     [not found]                         ` <52064730.50404@cornell.edu>
     [not found]                           ` <"52065B3C.6060104@cs.utoronto <520CCA41.3000107"@cs.utoronto.ca>
     [not found]                             ` <520D089A.1020806@cornell.edu>
     [not found]                               ` <83ioz6op5v.fsf@gnu.org>
     [not found]                                 ` <520D4036.8010303@cs.utoronto.ca>
     [not found]                                   ` <8361v6nhdb.fsf@gnu.org>
2013-08-16 11:37                                     ` Ryan Johnson
2013-08-16 13:10                                       ` Eli Zaretskii
     [not found]                                   ` <520D900A.8000907@cornell.edu>
     [not found]                                     ` <520DABDC.8020304@cs.utoronto.ca>
     [not found]                                       ` <520DBFCD.4080808@cs.utoronto.ca>
     [not found]                                         ` <8338qangma.fsf@gnu.org>
2013-08-16 11:39                                           ` Ryan Johnson
     [not found]                                     ` <834naqnh9t.fsf@gnu.org>
2013-08-16 11:41                                       ` Ryan Johnson
2013-08-16 13:31                                         ` Eli Zaretskii
2013-08-16 14:16                                           ` Ryan Johnson
2013-08-16 14:49                                             ` Eli Zaretskii
2013-08-16 14:20                                           ` Ken Brown
2013-08-16 14:24                                             ` Ryan Johnson
2013-08-16 15:03                                             ` Eli Zaretskii
2013-08-16 15:45                                             ` Eli Zaretskii
2013-08-16 16:51                                               ` Ryan Johnson
2013-08-16 17:46                                               ` Ken Brown
     [not found]                                               ` <520E5D71.3020307@cornell.edu>
2013-08-16 17:24                                                 ` Ryan Johnson
2013-08-16 18:55                                                   ` Ken Brown
2013-08-16 19:37                                                 ` Eli Zaretskii
2013-08-16 20:17                                                   ` Eli Zaretskii
2013-08-16 20:33                                                   ` Ken Brown
2013-08-16 21:20                                                     ` Ryan Johnson
2013-08-17  7:01                                                     ` Eli Zaretskii
2013-08-17 12:17                                                       ` Ken Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=520FDA06.8020206@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=angelo.graziosi@alice.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).