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: Now the debugger crashes instead of Emacs... Date: Thu, 03 Jun 2010 06:00:36 +0300 Message-ID: <83vda0stuz.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1275534109 15298 80.91.229.12 (3 Jun 2010 03:01:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 03:01:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 03 05:01:48 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OK0gd-0007hx-Gc for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 05:01:48 +0200 Original-Received: from localhost ([127.0.0.1]:52432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK0gX-0002LA-4c for ged-emacs-devel@m.gmane.org; Wed, 02 Jun 2010 23:01:33 -0400 Original-Received: from [140.186.70.92] (port=39114 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK0gO-0002DC-HK for emacs-devel@gnu.org; Wed, 02 Jun 2010 23:01:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OK0fa-0003br-Um for emacs-devel@gnu.org; Wed, 02 Jun 2010 23:00:36 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:47270) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OK0fa-0003bg-Lb for emacs-devel@gnu.org; Wed, 02 Jun 2010 23:00:34 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L3F00000444K900@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Thu, 03 Jun 2010 06:00:31 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.126.62.239]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L3F00LGP4CUYI70@a-mtaout23.012.net.il>; Thu, 03 Jun 2010 06:00:31 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:125470 Archived-At: > From: Lennart Borgman > Date: Thu, 3 Jun 2010 00:15:00 +0200 > > I just got this error from the debugger. Normally it starts OK, but > not this time. Anyone has any idea? How did you invoke GDB, exactly? The Windows port of GDB does not support core files (and that's what the error messages tell you), but it sounds like your invocation asked GDB to debug such a core file.