emacs-devel
[Top][All Lists]
Advanced

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

Re: bootstrap problem


From: djh
Subject: Re: bootstrap problem
Date: Fri, 26 May 2006 13:47:58 +0900

Eli et al,
  here is some more information about the cygwin 5.19 + x-window build status.

> 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
> 
 export EMACSLOADPATH=/cygdrive/c/emacs/cvs/emacs/lisp
prc[0]:cvs/emacs/src $ gdb ./bootstrap-emacs.exe
GNU gdb 6.3.50_2004-12-28-cvs (cygwin-special)
Copyright 2004 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-cygwin"...
Environment variable "DISPLAY" not defined.
TERM = xterm
Breakpoint 1 at 0x200a1076: file emacs.c, line 464.
Breakpoint 2 at 0x200ba389: file sysdep.c, line 1395.
(gdb) run -batch --no-site-file --multibyte -f batch-byte-compile-if-not-done 
byte-opt.el
Starting program: /cygdrive/c/emacs/cvs/emacs/src/bootstrap-emacs.exe -batch 
--no-site-file --multibyte -f batch-byte-compile-if-not-done byte-opt.el
---Type <return> to continue, or q <return> to quit---

Program received signal SIGSEGV, Segmentation fault.
0x610ad945 in pthread_mutexattr_init () from /usr/bin/cygwin1.dll

----
> Now when Emacs crashes, GDB will get control.  Then type these two
> commands:
> 
>   (gdb) backtrace
>   (gdb) xbacktrace
> 
> and tell what they print.
> 

(gdb) backtrace
#0  0x610ad945 in pthread_mutexattr_init () from /usr/bin/cygwin1.dll
#1  0x6108dd7f in _sigfe () from /usr/bin/cygwin1.dll
#2  0x00000003 in ?? ()
#3  0x0022ee18 in ?? ()
#4  0x00000001 in ?? ()
#5  0x0022ee18 in ?? ()
#6  0x0022ee38 in ?? ()
#7  0x200a2100 in main (argc=539893664, argv=0x4) at emacs.c:1062

Lisp Backtrace:
0x0 Lisp type 0
Cannot access memory at address 0x0

xbacktrace
0x0 Lisp type 0
Cannot access memory at address 0x0

Regards,
  Darel Henman




reply via email to

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