unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: make bootstrap croaks
Date: Sat, 25 Feb 2006 13:47:18 +0200	[thread overview]
Message-ID: <upslb8xtl.fsf@gnu.org> (raw)
In-Reply-To: <43FD57B7.4030203@it.to-be.co.jp> (message from djh on Thu, 23 Feb 2006 15:35:35 +0900)

> Date: Thu, 23 Feb 2006 15:35:35 +0900
> From: djh <henman@it.to-be.co.jp>
> 
> Platform: CYGWIN_NT-5.1 1.5.19(0.150/4/2)
> Underlying OS: Japanese XP
> 
> configured:
> ./configure --prefix=$INSTALL_BASE_DIR --mandir=/usr/share/man 
> --infodir=/usr/share/info --exec-prefix= --with-jpeg --with-png 
> --with-gtk  --with-gif  --without-toolkit-scroll-bars --with-xpm 
> --with-tiff  --x-includes=/usr/X11R6/include/X11 
> --x-libraries=/usr/X11R6/lib
> 
> $ make boostrap

Is this the CVS code?  If so, when did you resync with the CVS?

> ..While....
> Loading language/vietnamese (source)...
> Loading language/misc-lang (source)...
> Loading language/utf-8-lang (source)...
> Loading language/georgian (source)...
> Loading international/ucs-tables (source)...
> make[2]: *** [bootstrap-emacs.exe] Segmentation fault (core dumped)
> make[2]: Leaving directory `/cygdrive/c/emacs/cvs/emacs/src'
> make[1]: *** [bootstrap-build] Error 2
> 
> How do I attach a gdb to this?  

First, you don't necessarily need to attach GDB.  AFAIK, Cygwin has a
way of writing a core file that GDB can read and allow post-mortem
debugging.  If you don't find the core file, you may wish to ask on
the Cygwin mailing list how to produce it (I don't know the details,
sorry).

If this doesn't work somehow, you can simply run the failed command
from GDB.  The command that failed should be shown by Make; you didn't
show that part of the transcript, but my crystal ball says that the
command was:

	./temacs -batch -l loadup bootstrap

If so, go to the src directory and type

        gdb ./temacs.exe

and then, inside GDB, type this:

    	(gdb) run -batch -l loadup bootstrap

Now, when temace.exe crashes, GDB will gain control, and you can poke
around to see what went wrong.  (The file etc/DEBUG gives some
valuable advice on debugging Emacs.)

  reply	other threads:[~2006-02-25 11:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-23  6:35 make bootstrap croaks djh
2006-02-25 11:47 ` Eli Zaretskii [this message]
2006-02-27  8:40   ` cygwin 5.19 " djh
2006-02-28  5:59     ` Eli Zaretskii
2006-02-28  9:24       ` djh
2006-02-28 19:57         ` Eli Zaretskii
2006-02-28  4:03 ` Mark Aufflick

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=upslb8xtl.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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).