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: Building Emacs from a new MinGW environment Date: Wed, 18 Sep 2013 14:24:57 +0300 Message-ID: <83li2unzhy.fsf@gnu.org> References: <83k3ijfhk0.fsf@gnu.org> <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> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1379503520 28806 80.91.229.3 (18 Sep 2013 11:25:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2013 11:25:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 18 13:25:19 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 1VMFsi-00069R-Qt for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 13:25:16 +0200 Original-Received: from localhost ([::1]:46006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMFsi-0007Ra-A0 for ged-emacs-devel@m.gmane.org; Wed, 18 Sep 2013 07:25:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMFsY-0007OA-7y for emacs-devel@gnu.org; Wed, 18 Sep 2013 07:25:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMFsQ-00047L-TK for emacs-devel@gnu.org; Wed, 18 Sep 2013 07:25:06 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:62660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMFsQ-000474-MF for emacs-devel@gnu.org; Wed, 18 Sep 2013 07:24:58 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MTB00L00JO7BQ00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 18 Sep 2013 14:24:57 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MTB00LC6JPL9330@a-mtaout22.012.net.il>; Wed, 18 Sep 2013 14:24:57 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:163427 Archived-At: > 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? Anyway, this is a different file from those mentioned by Dani. 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. > Attaching gdb and issuing 'thread apply all bt' did not obtain a > backtrace: > > (gdb) The program being debugged exited while in a function called from GDB. > Evaluation of the expression containing the function > (backtrace_top) will be abandoned. Rename .gdbinit, so that xbacktrace is not invoked, and try obtaining the backtrace again. > The rest of the build continued to completion. This seems to be > repeatable. Anything I can do to help diagnose it ? A backtrace would be a good start ;-) TIA