all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs crash in make bootstrap from CVS on Mac OS X
@ 2003-07-22 20:24 chad Brown
  2003-07-22 21:41 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: chad Brown @ 2003-07-22 20:24 UTC (permalink / raw)


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.

Thanks,
chad

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Emacs crash in make bootstrap from CVS on Mac OS X
  2003-07-22 20:24 Emacs crash in make bootstrap from CVS on Mac OS X chad Brown
@ 2003-07-22 21:41 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2003-07-22 21:41 UTC (permalink / raw)
  Cc: emacs-devel

> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-22 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-22 20:24 Emacs crash in make bootstrap from CVS on Mac OS X chad Brown
2003-07-22 21:41 ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.