From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs-cvs on Cygwin (Mystery!) Date: Thu, 21 Sep 2006 00:41:25 +0200 (MET DST) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1158792133 20687 80.91.229.2 (20 Sep 2006 22:42:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Sep 2006 22:42:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 21 00:42:08 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 1GQAlH-0005A6-J4 for ged-emacs-devel@m.gmane.org; Thu, 21 Sep 2006 00:41:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQAlG-0005gv-VY for ged-emacs-devel@m.gmane.org; Wed, 20 Sep 2006 18:41:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQAl7-0005go-R6 for emacs-devel@gnu.org; Wed, 20 Sep 2006 18:41:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQAl7-0005gb-6c for emacs-devel@gnu.org; Wed, 20 Sep 2006 18:41:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQAl7-0005gY-3M for emacs-devel@gnu.org; Wed, 20 Sep 2006 18:41:37 -0400 Original-Received: from [141.108.26.15] (helo=postino1.roma1.infn.it) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GQAoT-0000IU-Ht; Wed, 20 Sep 2006 18:45:06 -0400 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino1.roma1.infn.it (8.12.11/8.12.11) with ESMTP id k8KMfTY3005049; Thu, 21 Sep 2006 00:41:29 +0200 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id AAA14002; Thu, 21 Sep 2006 00:41:25 +0200 (MET DST) Original-To: Eli Zaretskii In-Reply-To: X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.0.3.2, Antispam-Data: 2006.9.20.143443 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_SUBJ_9 0' 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:60043 Archived-At: Hi Eli, after my last replay (http://lists.gnu.org/archive/html/emacs-devel/2006-09/msg00829.html) I have deleted the Emacs build directory, re-unpacked the same CVS source (I make a tar.bz2 after every cvs download) and newly: ./configure make bootstrap and this time the build has (mysteriously) passed the critical point until the end ! But the build is unstable: after a few second Emacs segment fault. Now I have updated from CVS and a new build is running. For the moment I can't try your last suggestions. Regarding the Cygwin downgrade, I remeber that also with previous version of Cygwin and snapshot there were similar problem. Only with the CVS source Aug 15 ans Sep 04 I was able to complete the build and they works. Cheers, Angelo. > Please try this in the Emacs `src' directory: > > gdb ./bootstrap-emacs.exe > > If it still says "no debugging symbols", you need to find out why is > this happening, because it's impossible to debug a program without > debugging symbols. > > > > > [3]+ Stopped gdb --args ../src/bootstrap-emacs.exe -batch > > > > > > Why ``Stopped''? Did you type something to stop the job? > > > > > > > Absolutely : NO ! > > > > I have typed only 'r' > > Then maybe there's another problem with the Cygwin GDB. > > Or maybe this is something else altogether. Note that this line: > > > Fatal error (6)/bin/sh: line 2: 1388 Aborted (core > > dumped) > > seems to indicate that the program that crashed is /bin/sh, the ported > Bash, not Emacs. Can you verify that it's the shell that crashes > (e.g., by looking at the PID)? > > Another thing to try is downgrade to the previous version of Cygwin. >