From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Now the debugger crashes instead of Emacs... Date: Thu, 3 Jun 2010 17:21:22 +0200 Message-ID: References: <83vda0stuz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275578819 29328 80.91.229.12 (3 Jun 2010 15:26:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 15:26:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 03 17:26:53 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 1OKCJl-00031q-KF for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 17:26:49 +0200 Original-Received: from localhost ([127.0.0.1]:52661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKCJk-0002Bl-H3 for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 11:26:48 -0400 Original-Received: from [140.186.70.92] (port=36143 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKCJR-0001hc-8l for emacs-devel@gnu.org; Thu, 03 Jun 2010 11:26:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKCEq-0005on-TT for emacs-devel@gnu.org; Thu, 03 Jun 2010 11:21:45 -0400 Original-Received: from mail-yw0-f187.google.com ([209.85.211.187]:42778) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKCEq-0005od-QV; Thu, 03 Jun 2010 11:21:44 -0400 Original-Received: by ywh17 with SMTP id 17so199721ywh.1 for ; Thu, 03 Jun 2010 08:21:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=KWAUb+9n6RT7g+DpXX7gw8OEwFo3V6z36b7sUD2GeZU=; b=jeoFnAhn0KgeSZ3whoJBDKJAHi0XzXvHgrLIwOwhCfNpeK0oh1CDfEyxlsfUn7GcJh mzRRfNE1n/TsN1zhhMPf92a9QGcajS6dBKe2trbjyCqb78jcr9zyubfoG/CJ4WVfZyYS dZ1ydnq6Frfb5SWdOjAObp7HhIV+XgvlCHo1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=PnGoIM205v0moCDZ2Zw5BqyFA4FjWG8tAWW+5HZVmg1wMFv2MJPftO4M0zb1JKiqDJ c3xB/0ldngxVc+UKADnW3Lhk8L7ARl1Nbb4bs4AbDb9thXKZQ01F5MPG5RaQpARevn/r N8Qn8MwHetKZhmcHprFctTEjAbyIg4sB5Ugww= Original-Received: by 10.101.11.20 with SMTP id o20mr10910335ani.4.1275578502683; Thu, 03 Jun 2010 08:21:42 -0700 (PDT) Original-Received: by 10.100.44.20 with HTTP; Thu, 3 Jun 2010 08:21:22 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 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:125483 Archived-At: On Thu, Jun 3, 2010 at 1:59 PM, Eli Zaretskii wrote: >> >> In a command file with a line like this >> >> =C2=A0 =C2=A0gdb -ex=3Drun --args %emacs-exe% %* > > And that command file was invoked with what command line? =C2=A0(Really, > Lennart, you should learn to provide all the details, even if they > don't look important to you.) Ah, thanks for reminding me, Eli. You are right. I happened to give gdb bad parameters (by accidently mixing to ideas I had about parameter handling). > No, the debugger is simply utterly confused. That is understandable concerning my confusion. Sorry for the noise.