From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "D. Goel" Newsgroups: gmane.emacs.devel Subject: Re: can't do 'gdb emacs' Date: 11 Jun 2002 20:46:27 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200206111925.g5BJPkf03636@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023842929 14277 127.0.0.1 (12 Jun 2002 00:48:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 12 Jun 2002 00:48:49 +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 17HwJc-0003iA-00 for ; Wed, 12 Jun 2002 02:48:48 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17HwhB-0006Rx-00 for ; Wed, 12 Jun 2002 03:13:10 +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 17HwIy-0000am-00; Tue, 11 Jun 2002 20:48:08 -0400 Original-Received: from phys-mail1.physics.umd.edu ([129.2.42.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17HwHN-0000Yp-00; Tue, 11 Jun 2002 20:46:29 -0400 Original-Received: from student1.physics.umd.edu (root@student1.physics.umd.edu [129.2.172.16]) by phys-mail1.physics.umd.edu (8.10.1/8.10.1) with ESMTP id g5C0kSA19135; Tue, 11 Jun 2002 20:46:28 -0400 (EDT) Original-Received: from student1.physics.umd.edu (sendmail@localhost [127.0.0.1]) by student1.physics.umd.edu (8.9.3/8.9.3) with SMTP id UAA00986; Tue, 11 Jun 2002 20:46:28 -0400 (EDT) Original-Received: (from deego@localhost) by student1.physics.umd.edu (8.9.3/8.9.3) id UAA04860; Tue, 11 Jun 2002 20:46:28 -0400 (EDT) X-Authentication-Warning: student1.physics.umd.edu: deego set sender to deego@glue.umd.edu using -f Original-To: rms@gnu.org In-Reply-To: <200206111925.g5BJPkf03636@aztec.santafe.edu> Original-Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:4768 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4768 > This is either a GDB bug, or a situation GDB does not try to handle > (as Eli suggested). It can't be due to an Emacs bug per se. > > So I suggest you file a GDB bug report. Thanks, submitted. (i will also try to rebuild gdb forcing it to use gcc rather than solaris' cc.. i think emacs was built using gcc..) DG --