From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Moreton Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Wed, 18 Sep 2013 14:21:14 +0100 Message-ID: References: <83hadnf7gs.fsf@gnu.org> <83hadmqvql.fsf@gnu.org> <83txhkpszv.fsf@gnu.org> <83pps8pnc9.fsf@gnu.org> <83ob7splia.fsf@gnu.org> <83k3ifq5o5.fsf@gnu.org> <83d2o7q28r.fsf@gnu.org> <8338p3pded.fsf@gnu.org> <83r4cmo9m2.fsf@gnu.org> <83pps6o3f2.fsf@gnu.org> <83li2unzhy.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1379510509 15691 80.91.229.3 (18 Sep 2013 13:21:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2013 13:21:49 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 18 15:21:51 2013 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 1VMHhW-0002qv-Fr for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 15:21:50 +0200 Original-Received: from localhost ([::1]:46925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHhW-0001Pm-1u for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 09:21:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHhM-0001P2-Ip for emacs-devel@gnu.org; Wed, 18 Sep 2013 09:21:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMHhE-0002ko-TJ for emacs-devel@gnu.org; Wed, 18 Sep 2013 09:21:40 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMHhE-0002kk-M9 for emacs-devel@gnu.org; Wed, 18 Sep 2013 09:21:32 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VMHhC-0002Kv-8s for emacs-devel@gnu.org; Wed, 18 Sep 2013 15:21:30 +0200 Original-Received: from uk.solarflare.com ([193.34.186.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 15:21:30 +0200 Original-Received: from andrewjmoreton by uk.solarflare.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Sep 2013 15:21:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 83 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: uk.solarflare.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (windows-nt) Cancel-Lock: sha1:y+0cs4PDydINOx2183j9iqongTw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:163440 Archived-At: On Wed 18 Sep 2013, Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Wed, 18 Sep 2013 11:46:44 +0100 >> >> I have an unchanged mingw toochain I have beeen using successfully for >> months, and I also see a crash during bootstrap. >> >> >From my build log for bootstrap of r114374, it crashed while compiling >> lisp/cedet/semantic/db-ebrowse.el. > > What exactly does "crash" mean here? Emacs abort dialog box appears during elisp compilation. > Anyway, this is a different file from those mentioned by Dani. Agreed. > Are you building from the source tree, i.e. in-place? That's what I > do, and I just bootstrapped today (twice) with no problems. Bzr branch in c:\emacs\src\emacs\trunk Build output in c:\emacs\src\emacs\trunk\build-msys > Rename .gdbinit, so that xbacktrace is not invoked, and try obtaining > the backtrace again. Thanks for the hint - backtrace follows. I've omitted uninteresting threads that do not have emacs in the call stack. GNU gdb (GDB) 7.5 ...Load .gdbinit Attaching to process 6828 [New Thread 6828.0x1098] [New Thread 6828.0x1410] [New Thread 6828.0x7cc] [New Thread 6828.0x15bc] [New Thread 6828.0x1524] [New Thread 6828.0x1654] Reading symbols from c:\emacs\src\emacs\trunk\build-msys\src\emacs.exe...done. (gdb) ./src/.gdbinit: No such file or directory. (gdb) Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 6828.0x1098] 0x75e6321a in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll (gdb) thread apply all bt full ... [uninteresting threads omitted] ... Thread 1 (Thread 6828.0x1098): #0 0x75e6321a in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll No symbol table info available. #1 0x0118ddad in emacs_abort () at c:/emacs/src/emacs/trunk/src/w32fns.c:7988 button = #2 0x010ae31d in terminate_due_to_signal (sig=sig@entry=0xb, backtrace_limit=backtrace_limit@entry=0x28) at c:/emacs/src/emacs/trunk/src/emacs.c:369 No locals. #3 0x010c730d in handle_fatal_signal (sig=0xb) at c:/emacs/src/emacs/trunk/src/sysdep.c:1626 No locals. #4 deliver_thread_signal (sig=0xb, handler=) at c:/emacs/src/emacs/trunk/src/sysdep.c:1600 handler = 0x10c71c2 #5 deliver_fatal_thread_signal (sig=0xb) at c:/emacs/src/emacs/trunk/src/sysdep.c:1638 No locals. #6 0x010011ea in _gnu_exception_handler@4 () No symbol table info available. #7 0x75d2fffb in KERNEL32!GetQueuedCompletionStatus () from C:\Windows\syswow64\kernel32.dll No symbol table info available. #8 0x0088bffc in ?? () No symbol table info available. #9 0x76f474ff in ntdll!AlpcMaxAllowedMessageLength () from C:\Windows\SysWOW64\ntdll.dll No symbol table info available. #10 0x0088bffc in ?? () No symbol table info available. #11 0x76f09f45 in ntdll!RtlpNtSetValueKey () from C:\Windows\SysWOW64\ntdll.dll No symbol table info available. #12 0x01160b7e in sprintf (__stream=0x0, __format=0x1419ae0 "Copying raw data for %.8s...", __format=0x1419ae0 "Copying raw data for %.8s...") at c:/mingw/bin/../lib/gcc/mingw32/4.7.2/../../../../include/stdio.h:269 __retval = 0x6 __local_argv = 0x88ffec "" #13 0x7efde000 in ?? () No symbol table info available. #14 0x00000000 in ?? () No symbol table info available.