all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stefan Monnier" <monnier+gnu/emacs@cs.yale.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs crash in make bootstrap from CVS on Mac OS X
Date: Tue, 22 Jul 2003 17:41:40 -0400	[thread overview]
Message-ID: <200307222141.h6MLfeKL028178@rum.cs.yale.edu> (raw)
In-Reply-To: 868586F2-BC82-11D7-A730-000393DEF2CA@mit.edu

> 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	other threads:[~2003-07-22 21:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

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

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

  git send-email \
    --in-reply-to=200307222141.h6MLfeKL028178@rum.cs.yale.edu \
    --to=monnier+gnu/emacs@cs.yale.edu \
    --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 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.