From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "djh" Newsgroups: gmane.emacs.devel Subject: Re: bootstrap problem Date: Fri, 26 May 2006 13:47:58 +0900 Message-ID: <20060526134758.2944@henman-np.b-eng.it.to-be.co.jp> References: <20060525133349.1416@henman-np.b-eng.it.to-be.co.jp> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148618904 10460 80.91.229.2 (26 May 2006 04:48:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 May 2006 04:48:24 +0000 (UTC) Cc: djh , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 26 06:48:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FjUFH-0002j8-33 for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 06:48:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjUFG-0005Be-JN for ged-emacs-devel@m.gmane.org; Fri, 26 May 2006 00:48:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FjUF3-0005BY-ES for emacs-devel@gnu.org; Fri, 26 May 2006 00:48:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FjUEz-0005B0-BD for emacs-devel@gnu.org; Fri, 26 May 2006 00:48:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FjUEz-0005Aq-4B for emacs-devel@gnu.org; Fri, 26 May 2006 00:48:01 -0400 Original-Received: from [219.127.155.130] (helo=ns-2.to-be.co.jp) by monty-python.gnu.org with smtp (Exim 4.52) id 1FjUJn-0007qZ-9n for emacs-devel@gnu.org; Fri, 26 May 2006 00:52:59 -0400 Original-Received: (qmail 29379 invoked from network); 26 May 2006 13:47:59 +0900 Original-Received: from unknown (HELO imss-3.it.to-be.co.jp) (10.128.1.23) by ns-2.to-be.co.jp with SMTP; 26 May 2006 13:47:59 +0900 Original-Received: (qmail 10951 invoked from network); 26 May 2006 13:47:59 +0900 Original-Received: from localhost (HELO imss-3.it.to-be.co.jp) (127.0.0.1) by localhost with SMTP; 26 May 2006 13:47:59 +0900 Original-Received: (qmail 10946 invoked by alias); 26 May 2006 13:47:58 +0900 Original-Received: (qmail 10916 invoked from network); 26 May 2006 13:47:58 +0900 Original-Received: from unknown (HELO henman-np.b-eng.it.to-be.co.jp) (10.137.6.180) by imss-3.it.to-be.co.jp with SMTP; 26 May 2006 13:47:58 +0900 Original-To: "Eli Zaretskii" In-reply-to: Your message of Thu, 25 May 2006 21:26:14 +0300 X-Mailer: MH-E 7.94+cvs; GNU Mailutils 0.6.94; GNU Emacs 22.0.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55310 Archived-At: 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 to continue, or q 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