GNU bug report logs - #11901
redhat linux 6.0 / emacs gdb

Previous Next

Package: emacs;

Reported by: "Strauss, Nicholas C" <nicholas.c.strauss <at> boeing.com>

Date: Tue, 10 Jul 2012 16:09:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 11901 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: "Strauss\, Nicholas C" <nicholas.c.strauss <at> boeing.com>
Cc: 11901 <at> debbugs.gnu.org
Subject: Re: bug#11901: redhat linux 6.0 / emacs gdb
Date: Tue, 10 Jul 2012 16:04:52 -0400
"Strauss, Nicholas C" wrote:

> I am running emacs 29.1.1 and gdb 7.1-29el6 in redhat linux 6.0 64-bit

I'll assume you meant Emacs 23.1 on RHEL 6.0.

> I do m-x gdb. When I type "attach <pid>" nothing happens.

Works for me on RHEL 6.2:

## Start an Emacs in the background:
/usr/bin/emacs -Q &
  [1] 4612

## Start a second Emacs to debug the first:
/usr/bin/emacs -Q
M-x gdb RET gdb --annotate=3 RET
gdb> attach 4612


If you are deleting the default "--annotate=3" from the gdb
command-line; don't.




This bug report was last modified 12 years and 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.