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 Date: Wed, 27 Sep 2006 18:52:58 +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 1159376079 20160 80.91.229.2 (27 Sep 2006 16:54:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Sep 2006 16:54:39 +0000 (UTC) Cc: emacs-devel@gnu.org, storm@cua.dk Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 27 18:54:32 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 1GScf2-0006k4-JY for ged-emacs-devel@m.gmane.org; Wed, 27 Sep 2006 18:53:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GScf2-00088Q-25 for ged-emacs-devel@m.gmane.org; Wed, 27 Sep 2006 12:53:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSceq-000866-S7 for emacs-devel@gnu.org; Wed, 27 Sep 2006 12:53:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSceo-00081y-VO for emacs-devel@gnu.org; Wed, 27 Sep 2006 12:53:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSceo-00081n-NY for emacs-devel@gnu.org; Wed, 27 Sep 2006 12:53:14 -0400 Original-Received: from [141.108.26.25] (helo=postino2.roma1.infn.it) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GScjh-0002sv-5j; Wed, 27 Sep 2006 12:58:17 -0400 Original-Received: from ax0rm1.roma1.infn.it (ax0rm1.roma1.infn.it [141.108.26.19]) by postino2.roma1.infn.it (8.12.11/8.12.11) with ESMTP id k8RGqx6f032054; Wed, 27 Sep 2006 18:52:59 +0200 Original-Received: from localhost (graziosi@localhost) by ax0rm1.roma1.infn.it (8.9.3/8.9.3) with ESMTP id SAA01866; Wed, 27 Sep 2006 18:52:59 +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.27.93442 X-PerlMx-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 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:60271 Archived-At: On Tue, 26 Sep 2006, Eli Zaretskii wrote: > > It is strange that changing a directory has this effect, but here are > a few possibilities to work around the problem. All of the following > possibilities assume you start from the `src' directory: > > 1) gdb ./emacs.exe > > 2) gdb /usr/local/emacs-22.0.50/bin/emacs.exe > > 3) cd /usr/local/emacs-22.0.50/bin > gdb ./emacs.exe > (gdb) source /tmp/emacs/.build/src/.gdbinit It is .gdbinit that causes the problem. I have tried 1)...3) but only if I rename .gdbinit (for example save.gdbinit) I can run Emacs from GDB whatever is the directory. > > If none of the above helps get rid of the hang, try to edit the file > src/.gdbinit so that it is left only with definitions of commands > (each definition is a block that starts with "define" and ends with > "end") and their documentation (blocks that start with "document"), > and remove everything else. I will try. Angelo.