From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Windows build crashes compiling macroexp.el during bootstrap of r109394 Date: Thu, 02 Aug 2012 18:13:42 +0300 Message-ID: <83mx2dcont.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343920462 7531 80.91.229.3 (2 Aug 2012 15:14:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2012 15:14:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 02 17:14:23 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Swx6S-0003PQ-92 for ged-emacs-devel@m.gmane.org; Thu, 02 Aug 2012 17:14:20 +0200 Original-Received: from localhost ([::1]:33723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swx6P-00040V-81 for ged-emacs-devel@m.gmane.org; Thu, 02 Aug 2012 11:14:17 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swx6M-0003zu-2W for emacs-devel@gnu.org; Thu, 02 Aug 2012 11:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Swx6G-0001vH-7x for emacs-devel@gnu.org; Thu, 02 Aug 2012 11:14:14 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:58672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swx6F-0001vD-Vq for emacs-devel@gnu.org; Thu, 02 Aug 2012 11:14:08 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0M8400J00VJVW400@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Thu, 02 Aug 2012 18:13:49 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M8400JKRVN1NRD0@a-mtaout23.012.net.il>; Thu, 02 Aug 2012 18:13:49 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152115 Archived-At: > From: Andy Moreton > Date: Thu, 02 Aug 2012 10:06:31 +0100 > > The Windows build bootstrap fails again today, but this time it's a > crash in compiling macroexp.el: > > Saving file c:/emacs/src/emacs/trunk/lisp/loaddefs.el... Loading > c:/emacs/src/emacs/trunk/lisp/vc/vc-bzr.el (source)... Wrote > c:/emacs/src/emacs/trunk/lisp/loaddefs.el (No changes need to be saved) > for el in C:/emacs/src/emacs/trunk/lisp/emacs-lisp/macroexp.el > C:/emacs/src/emacs/trunk/lisp/emacs-lisp/cconv.el > C:/emacs/src/emacs/trunk/lisp/emacs-lisp/byte-opt.el > C:/emacs/src/emacs/trunk/lisp/emacs-lisp/bytecomp.el > C:/emacs/src/emacs/trunk/lisp/emacs-lisp/autoload.el; do \ echo > Compiling $el; \ "../src/oo/i386/emacs.exe" -batch --no-site-file > --no-site-lisp -l loaddefs --eval "(setq max-lisp-eval-depth 2200)" -f > batch-byte-compile-if-not-done $el; \ done Compiling > C:/emacs/src/emacs/trunk/lisp/emacs-lisp/macroexp.el > > Attaching gdb gives the following backtrace: > > Attaching to process 4816 > [New Thread 4816.0x14a8] > [New Thread 4816.0x1504] > Reading symbols from /cygdrive/c/emacs/src/emacs/trunk/src/oo/i386/emacs.exe...d one. > DISPLAY = ajm-desktop:0 > TERM = xterm > Breakpoint 1 at 0x114ebc2: file w32fns.c, line 7168. > Temporary breakpoint 2 at 0x114f278: file sysdep.c, line 853. > (gdb) bt > #0 0x7c90120f in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINDOWS/system32/ntdll.dll > #1 0x7c952119 in ntdll!KiIntSystemCall () from /cygdrive/c/WINDOWS/system32/ntdll.dll > #2 0x00000005 in ?? () > #3 0x00000004 in ?? () > #4 0x00000001 in ?? () > #5 0x00ffffd0 in ?? () > #6 0x00000000 in ?? () That's the wrong thread, please show backtrace from the other threads ("thread apply all bt").