emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs crash in make bootstrap from CVS on Mac OS X


From: Stefan Monnier
Subject: Re: Emacs crash in make bootstrap from CVS on Mac OS X
Date: Tue, 22 Jul 2003 17:41:40 -0400

> Attempting to `make bootstrap' on Mac OS X results in an emacs crash:
> 
>   ../src/bootstrap-emacs -batch --no-site-file --multibyte -l autoload 
> --eval '(setq generated-autoload-file 
> "/Users/y/Project/emacs/lisp/loaddefs.el")' -f batch-update-autoloads 
> $wins
> Directories: /Users/y/Project/emacs/lisp 
> /Users/y/Project/emacs/lisp/calc /Users/y/Project/emacs/lisp/calendar 
> /Users/y/Project/emacs/lisp/emacs-lisp 
> /Users/y/Project/emacs/lisp/emulation 
> /Users/y/Project/emacs/lisp/eshell /Users/y/Project/emacs/lisp/gnus 
> /Users/y/Project/emacs/lisp/international 
> /Users/y/Project/emacs/lisp/language /Users/y/Project/emacs/lisp/mail 
> /Users/y/Project/emacs/lisp/mh-e /Users/y/Project/emacs/lisp/net 
> /Users/y/Project/emacs/lisp/obsolete /Users/y/Project/emacs/lisp/play 
> /Users/y/Project/emacs/lisp/progmodes /Users/y/Project/emacs/lisp/term 
> /Users/y/Project/emacs/lisp/textmodes 
> /Users/y/Project/emacs/lisp/toolbar
> Fatal error (11).
> 
> Thread 0 Crashed:
>   #0   0x00149e74 in make_float (alloc.c:2217)
>   #1   0x0014fa24 in init_alloc (alloc.c:5671)
>   #2   0x000bb194 in main (emacs.c:1242)
>   #3   0x000038ec in _start (crt.c:267)
>   #4   0x0000376c in start
> 
> This has been happening for a few days.  Unfortunately, I'm about to 
> leave town and I don't have time to investigate further right now.

Can you (or anybody else who experiences this) look around in
make_float to see why it crashed ?
If I got the line numbers right, it seems that float_free_list
is non-NULL but is pointing to an invalid address.  Is that
the case ?  What's the value of float_free_list ?
Could the bug be due to a problem during dump ?
Any relation to the freezedry_regions thing that was just fixed today ?


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]