From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: can't do 'gdb emacs' Date: Mon, 10 Jun 2002 22:06:31 +0300 Sender: emacs-devel-admin@gnu.org Message-ID: <2427-Mon10Jun2002220631+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1023736164 26636 127.0.0.1 (10 Jun 2002 19:09:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Jun 2002 19:09:24 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17HUXc-0006vV-00 for ; Mon, 10 Jun 2002 21:09:24 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17HUua-0008CH-00 for ; Mon, 10 Jun 2002 21:33:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HUXK-0004NY-00; Mon, 10 Jun 2002 15:09:06 -0400 Original-Received: from heimdall.inter.net.il ([192.114.186.17]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HUWq-0004Me-00 for ; Mon, 10 Jun 2002 15:08:36 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by heimdall.inter.net.il (Mirapoint Messaging Server MOS 3.1.0.58-GA) with ESMTP id BMC83601; Mon, 10 Jun 2002 22:08:07 +0300 (IDT) Original-To: deego@glue.umd.edu X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (deego@glue.umd.edu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4715 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4715 > From: "D. Goel" > Date: 10 Jun 2002 14:20:26 -0400 > > | (gdb) set args -q -nw -no-site-file > | (gdb) run > | Starting program: /home/dgoel/pub/usr/local/bin/emacs-21.2.90 -q -nw -no-site-file > | procfs: init_inferior, get_traced_signals line 4745, /proc/24209: Value too large for defined data type. Sounds like some incompatibility between Emacs and GDB. For example, can it be that GDB doesn't support 64-bit executables, while Emacs was built as a 64-bit program? In any case, there's nothing wrong with the commands you typed, AFAICS.