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-cvs on Cygwin Date: Thu, 21 Sep 2006 00:08:48 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1158786553 2865 80.91.229.2 (20 Sep 2006 21:09:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Sep 2006 21:09:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 20 23:09:10 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 1GQ9JZ-0002oL-ME for ged-emacs-devel@m.gmane.org; Wed, 20 Sep 2006 23:09:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQ9JZ-0000Dy-2o for ged-emacs-devel@m.gmane.org; Wed, 20 Sep 2006 17:09:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GQ9JO-0000Ds-0x for emacs-devel@gnu.org; Wed, 20 Sep 2006 17:08:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GQ9JJ-0000AF-FU for emacs-devel@gnu.org; Wed, 20 Sep 2006 17:08:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQ9JJ-0000AA-Cm for emacs-devel@gnu.org; Wed, 20 Sep 2006 17:08:49 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GQ9Mg-0000GG-22 for emacs-devel@gnu.org; Wed, 20 Sep 2006 17:12:18 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-234-87.inter.net.il [83.130.234.87]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FUP35908 (AUTH halo1); Thu, 21 Sep 2006 00:08:46 +0300 (IDT) Original-To: Angelo Graziosi In-reply-to: (message from Angelo Graziosi on Wed, 20 Sep 2006 11:05:54 +0200 (MET DST)) 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:60041 Archived-At: > Date: Wed, 20 Sep 2006 11:05:54 +0200 (MET DST) > From: Angelo Graziosi > > > This GDB was configured as "i686-pc-cygwin"...(no debugging symbols found) > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > I think this refers to GDB No, I don't think so. > (even with CFLAGS='-g' I obtain it, see below) Maybe the binary gets stripped somehow, I don't know. Or maybe it's some problem with GCC/GDB in the Cygwin ports. 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.