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: Zhang Wei
Subject: Re: emacs-unicode-2: bootstrap error on windows-xp
Date: Sat, 18 Nov 2006 23:42:57 +0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (windows-nt)

Eli Zaretskii <address@hidden> writes:

> Did it crash with ediff-ptch.el?  I only see it crash with
> ediff-merg.el and ediff-mult.el.  Please try those as well under GDB.

No problem with them when byte-compiling them under gdb, and the
corresponding .elc file are correctly created. But when bootstrap it
reports fatal error and the corresponding .elc can't be created, so
strange.

--8<---------------cut here---------------start------------->8---
D:\download\emacs--unicode--0\src>gdb ..\bin\emacs.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
Environment variable "DISPLAY" not defined.
Environment variable "TERM" not defined.
Breakpoint 1 at 0x11b171c: file w32fns.c, line 9075.
Breakpoint 2 at 0x10b977c: file sysdep.c, line 1383.
(gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-by
te-compile-if-not-done ../lisp/ediff-merg.el
Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch --no
-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-d
one ../lisp/ediff-merg.el
(gdb) bt
#0  init_sys_modes () at sysdep.c:1383
#1  0x01003992 in main (argc=10, argv=0x2d20e20) at emacs.c:1720
#2  0x0100122d in __mingw_CRTStartup ()
#3  0x01001258 in mainCRTStartup ()
(gdb) c
Continuing.

Program exited normally.
(gdb) quit

D:\download\emacs--unicode--0\src>
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
D:\download\emacs--unicode--0\src>gdb ..\bin\emacs.exe
GNU gdb 5.2.1
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-mingw32"...
Environment variable "DISPLAY" not defined.
Environment variable "TERM" not defined.
Breakpoint 1 at 0x11b171c: file w32fns.c, line 9075.
Breakpoint 2 at 0x10b977c: file sysdep.c, line 1383.
(gdb) r -batch --no-init-file --no-site-file --multibyte -l loaddefs -f batch-by
te-compile-if-not-done ../lisp/ediff-mult.el
Starting program: D:\download\emacs--unicode--0\src/..\bin\emacs.exe -batch --no
-init-file --no-site-file --multibyte -l loaddefs -f batch-byte-compile-if-not-d
one ../lisp/ediff-mult.el
(gdb) where
#0  init_sys_modes () at sysdep.c:1383
#1  0x01003992 in main (argc=10, argv=0x2d20e20) at emacs.c:1720
#2  0x0100122d in __mingw_CRTStartup ()
#3  0x01001258 in mainCRTStartup ()
(gdb) c
Continuing.

Program exited normally.
(gdb) q

D:\download\emacs--unicode--0\src>
--8<---------------cut here---------------end--------------->8---





reply via email to

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