emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: emacs-unicode-2: bootstrap error on windows-xp


From: Eli Zaretskii
Subject: Re: emacs-unicode-2: bootstrap error on windows-xp
Date: Sat, 18 Nov 2006 12:34:25 +0200

> From: Zhang Wei <address@hidden>
> Date: Sat, 18 Nov 2006 09:24:47 +0800
> 
> Configed like this:
> 
> --8<---------------cut here---------------start------------->8---
> configure.bat --with-gcc --no-cygwin --no-opt
> make bootstrap
> --8<---------------cut here---------------end--------------->8---
> 
> During bootstrap emacs encounter fatal error when byte-compile some .el
> files, the following dialog bumped up again and again:

Thank you for your report.

To give us more useful information, run the byte-compilation command
that fails under GDB.  For example, if the last line before the crash
that Make displays is

   Compiling foobar.el

then do the following:

   cd src
   gdb ../bin/emacs.exe
   r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f 
batch-byte-compile-if-not-done foobar.el

Make sure that you invoke GDB from the `src' directory, as shown
above, and that as result of this, GDB sets a breakpoint at the
function w32_abort (where the Abort/Debug dialogue you've reported is
popped up).

When the breakpoint in w32_abort breaks, please type "bt" and show us
the results.




reply via email to

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