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: emacs bootstrap hangs on Windows XP / mingw Date: Wed, 06 Feb 2008 06:08:37 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1202270936 32317 80.91.229.12 (6 Feb 2008 04:08:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Feb 2008 04:08:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dieter Deyke Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 06 05:09:18 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMbb2-0005V6-Sq for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 05:09:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMbaa-0004JC-GO for ged-emacs-devel@m.gmane.org; Tue, 05 Feb 2008 23:08:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMbaW-0004J1-VF for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:08:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMbaV-0004Ih-3O for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:08:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMbaU-0004Id-Ul for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:08:42 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMbaU-0001Rp-8P for emacs-devel@gnu.org; Tue, 05 Feb 2008 23:08:42 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-250-173.inter.net.il [83.130.250.173]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EWI82329 (AUTH halo1); Wed, 6 Feb 2008 06:08:29 +0200 (IST) In-reply-to: (message from Dieter Deyke on Tue, 05 Feb 2008 14:21:37 -0700) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:88321 Archived-At: > From: Dieter Deyke > Date: Tue, 05 Feb 2008 14:21:37 -0700 > > > Can you attach GDB to the running Emacs, and see where it is hung? > > I tried, but gdb does not seem to be able to interrupt emacs. I see the > message: > > Attaching to program > `/c/Users/deyke/emacs-build/subdir/work/bin/emacs.exe', process 18884 This looks like you have a Cygwin GDB, while your Emacs is a native MinGW build. Maybe such a combination cannot work here?