emacs-devel
[Top][All Lists]
Advanced

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

Re: bootstrap problem


From: Eli Zaretskii
Subject: Re: bootstrap problem
Date: Thu, 25 May 2006 21:26:14 +0300

> From: "djh" <address@hidden>
> Date: Thu, 25 May 2006 13:33:49 +0900
> cc: 
> 
> Then by hand
> $ cd ...cvs/emacs/src
> $ export EMACSLOADPATH=/cygdrive/c/emacs/cvs/emacs/lisp
> $ ./bootstrap-emacs.exe -batch --no-site-file --multibyte -f 
> batch-byte-compile-if-not-done byte-opt.el
> 
> Fatal error (6)zsh: abort (core dumped)  ./bootstrap-emacs.exe -batch 
> --no-site-file --multibyte -f  byte-opt.el
> 
> Any ideas or advice to get more data to isolate the problem is appreciated.

Now that we know which command crashes, run it under GDB:

 $ cd ...cvs/emacs/src
 $ export EMACSLOADPATH=/cygdrive/c/emacs/cvs/emacs/lisp
 $ gdb ./bootstrap-emacs.exe
 $ run -batch --no-site-file --multibyte -f batch-byte-compile-if-not-done 
byte-opt.el

Now when Emacs crashes, GDB will get control.  Then type these two
commands:

  (gdb) backtrace
  (gdb) xbacktrace

and tell what they print.

TIA




reply via email to

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