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 07:59:17 -0400 Message-ID: References: <83vda0stuz.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1275566367 12411 80.91.229.12 (3 Jun 2010 11:59:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 11:59:27 +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 13:59:25 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 1OK953-00044p-4K for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 13:59:25 +0200 Original-Received: from localhost ([127.0.0.1]:35585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK952-0006ey-Hw for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 07:59:24 -0400 Original-Received: from [199.232.76.173] (port=36125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OK94x-0006eQ-5q for emacs-devel@gnu.org; Thu, 03 Jun 2010 07:59:19 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OK94w-0000JQ-00 for emacs-devel@gnu.org; Thu, 03 Jun 2010 07:59:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:59614) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OK94v-0000JK-Kd for emacs-devel@gnu.org; Thu, 03 Jun 2010 07:59:17 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OK94v-00058P-Aa; Thu, 03 Jun 2010 07:59:17 -0400 In-reply-to: (message from Lennart Borgman on Thu, 3 Jun 2010 05:04:49 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125477 Archived-At: > From: Lennart Borgman > Date: Thu, 3 Jun 2010 05:04:49 +0200 > Cc: emacs-devel@gnu.org > > > 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. > > In a command file with a line like this > > gdb -ex=run --args %emacs-exe% %* And that command file was invoked with what command line? (Really, Lennart, you should learn to provide all the details, even if they don't look important to you.) > Most of the time it works, but this time it failed. Could it be that it fails when the expansions of %emacs-exe% or %* include unquoted white space? > I believe it might have something to do with that i have a command > that restarts Emacs and this will call this file again. Sorry, I don't understand this. Please explain. > I looks like the debugger is trying to reuse something. Maybe semaphores. No, the debugger is simply utterly confused.