all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#1155: 23.0.60; GUD hangs
@ 2008-10-13  6:24 Guillaume Salagnac
  2008-10-14  7:49 ` Nick Roberts
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Salagnac @ 2008-10-13  6:24 UTC (permalink / raw)
  To: bug-gnu-emacs, guillaume.salagnac

I try to debug a program with M-x gdb, like I did in the past, but it
does not seem to work in recent emacsen. gdb starts (in a *gud*
buffer) but does not respond to commands. Even a simple "help" does
not suceed.

Maybe I am doing something wrong (then please correct me), but it does
work fine in emacs 21. I experienced the same behaviour here in an emacs
23.0.60.1 and 22.1.1 (all three versions as shipped in ubuntu hardy)

BTW, this is my first bug report, but it is my second try :
 M-x bug-report seems to be address messages by default to
emacs-pretest-bug@gnu.org that goes nowhere. But maybe I am perhaps
doing something wrong.

Edit: third try, actually, because this message has just been sent blank 
by emacs. I try again from thunderbird (fortunately I had backuped the 
content of the message this time)

-Guillaume


In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9)
 of 2008-03-20 on vernadsky, modified by Debian
 (emacs-snapshot package, version 1:20080228-1ubuntu1)
Windowing system distributor `The X.Org Foundation', version 11.0.10400090
configured using `configure  '--build' 'i486-linux-gnu' '--host' 
'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' 
'--libexecdir=/usr/lib' '--localstatedir=/var' 
'--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' 
'--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.0.60/leim' 
'--with-x=yes' '--with-x-toolkit=gtk' '--enable-font-backend' 
'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 
'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g 
-Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Debugger

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x g d b <return> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <return> h e l p <return> C-c C-c M-x r
e p o r t - e m a c s - b u g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.








^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1155: 23.0.60; GUD hangs
  2008-10-13  6:24 bug#1155: 23.0.60; GUD hangs Guillaume Salagnac
@ 2008-10-14  7:49 ` Nick Roberts
  2008-10-14  9:06   ` Guillaume Salagnac
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Roberts @ 2008-10-14  7:49 UTC (permalink / raw)
  To: Guillaume Salagnac, 1155

 > I try to debug a program with M-x gdb, like I did in the past, but it
 > does not seem to work in recent emacsen. gdb starts (in a *gud*
 > buffer) but does not respond to commands. Even a simple "help" does
 > not suceed.
 > 
 > Maybe I am doing something wrong (then please correct me), but it does
 > work fine in emacs 21. I experienced the same behaviour here in an emacs
 > 23.0.60.1 and 22.1.1 (all three versions as shipped in ubuntu hardy)

M-x gdb works differently in Emacs 21, but similarly in Emacs 22.1 and
Emacs 23.0.60.  Emacs 22.1 has been included with many distributions including
Ubuntu Hardy and there have been few bug reports, so I suspect it has something
to do with your set up.

Have you read the node in the Emacs manual about bug reporting?

In particular what happens if you don't load your .emacs, i.e., start Emacs
with "-q"?

What version of GDB are you using?

 > BTW, this is my first bug report, but it is my second try :
 >  M-x bug-report seems to be address messages by default to
 > emacs-pretest-bug@gnu.org that goes nowhere. But maybe I am perhaps
 > doing something wrong.

emacs-pretest-bug@gnu.org is an active mailing list and the right one for
reporting bugs in Emacs 23.0.60.  Maybe there is something wrong with your
mail server.

 > ...
 > Recent input:
 > M-x g d b <return> <backspace> <backspace> <backspace>
 > <backspace> <backspace> <backspace> <backspace> <backspace>
 > <backspace> <backspace> <backspace> <backspace> <backspace>
 > <backspace> <return> h e l p <return> C-c C-c M-x r
 > e p o r t - e m a c s - b u g <return>

What text do you have in the mini-buffer when you type <return> for the
second time?

-- 
Nick                                           http://www.inet.net.nz/~nickrob






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1155: 23.0.60; GUD hangs
  2008-10-14  7:49 ` Nick Roberts
@ 2008-10-14  9:06   ` Guillaume Salagnac
  2008-10-14 10:10     ` Nick Roberts
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Salagnac @ 2008-10-14  9:06 UTC (permalink / raw)
  To: Nick Roberts; +Cc: 1155

[-- Attachment #1: Type: text/plain, Size: 5159 bytes --]


Note: it's been a long time between the moment I started writing this 
e-mail, and the moment I finished it, so please bear with me until the end.

Nick Roberts wrote:
>  > I try to debug a program with M-x gdb, like I did in the past, but it
>  > does not seem to work in recent emacsen. gdb starts (in a *gud*
>  > buffer) but does not respond to commands. Even a simple "help" does
>  > not suceed.
>  > 
>  > Maybe I am doing something wrong (then please correct me), but it does
>  > work fine in emacs 21. I experienced the same behaviour here in an emacs
>  > 23.0.60.1 and 22.1.1 (all three versions as shipped in ubuntu hardy)
>
> M-x gdb works differently in Emacs 21, but similarly in Emacs 22.1 and
> Emacs 23.0.60.  Emacs 22.1 has been included with many distributions including
> Ubuntu Hardy and there have been few bug reports, so I suspect it has something
> to do with your set up.
>
>   
Hi,

the behaviour I describe is of course when starting emacs with -Q ; 
therefore, I do not suspect my (emacs) setup. For the external setup, I 
would be glad to verify it, if you could indicate me any pitfalls. As 
long as emacs finds gdb, I thought it should be fine.

BTW, and this drives me crazy, sometimes-it-work-and-sometimes-it-doesnt 
(tm). My suspicion is that the problem perhaps comes from the way emacs 
communicate with gdb : what if there are different instances of gdb 
running at the same time on the machine ? what if there are other 
emacsen ? what if those emacsen also happen to run gdbs ? Anyway, when 
it does not what I want, I switch to emacs 21, and this one works. 
Still, it is not satisfying :-)

> Have you read the node in the Emacs manual about bug reporting?
>   
Yes.

> In particular what happens if you don't load your .emacs, i.e., start Emacs
> with "-q"?
>   
exactly the same ; actually, this is the first thing it tried (but with -Q)
> What version of GDB are you using?
>
>   
GNU gdb 6.8-debian (the one by default in ubuntu hardy)

>  > BTW, this is my first bug report, but it is my second try :
>  >  M-x bug-report seems to be address messages by default to
>  > emacs-pretest-bug@gnu.org that goes nowhere. But maybe I am perhaps
>  > doing something wrong.
>
> emacs-pretest-bug@gnu.org is an active mailing list and the right one for
> reporting bugs in Emacs 23.0.60.  Maybe there is something wrong with your
> mail server.
>   
I don't know: on http://ists.gnu.org/archive/html/emacs-pretest-bug , 
the last message is from july 2007, saying that the list is 
discontinued. But maybe I missed something.

>  > ...
>  > Recent input:
>  > M-x g d b <return> <backspace> <backspace> <backspace>
>  > <backspace> <backspace> <backspace> <backspace> <backspace>
>  > <backspace> <backspace> <backspace> <backspace> <backspace>
>  > <backspace> <return> h e l p <return> C-c C-c M-x r
>  > e p o r t - e m a c s - b u g <return>
>
> What text do you have in the mini-buffer when you type <return> for the
> second time?
>   
When I type "M-x gdb", the text by default in the minibuffer is  "Run 
gdb (like this): gdb --annotate=3 foo", where "foo" is a random 
executable file in my home directory. All the <backspace>s are to remove 
everything up to just "gdb" (the second one of course ; I do not modify 
the prompt)

But hey ! that does seem to make a difference. In my home directory, I 
start emacs 23 with -Q and I type M-x gdb. The text by default is "gdb 
--annotate=3 .zshrc". If I just press return, I can ask for "help" and 
get gdb help. If I remove everything but "gdb", so as to choose my 
"file" and my "set args" later, it does not work.

Hoho (typing as I'm reading the web) : the online documentation of gdb 
(not the man page, not the info page, not the gdb --help) mention this 
option, and says :

http://sourceware.org/gdb/current/onlinedocs/gdb_3.html#IDX37

|-annotate level|
    This option sets the /annotation level/ inside GDB. Its effect is
    identical to using `set annotate level' (see section 25. GDB
    Annotations
    <http://sourceware.org/gdb/current/onlinedocs/gdb_26.html#SEC656>).
    The annotation level controls how much information GDB prints
    together with its prompt, values of expressions, source lines, and
    other types of output. Level 0 is the normal, level 1 is for use
    when GDB is run as a subprocess of GNU Emacs, level 3 is the maximum
    annotation suitable for programs that control GDB, and level 2 has
    been deprecated. 

Having played now a little bit with this option, I disagree with this 
documentation. level 1 and level 2 do not make my emacs happy, and GDB 
is still irresponsive. However, the solution to my problem seems to be 
this "annotation level 3" thing.

Now remains the questions as to why it does work like a charm in emacs 
21 without this option, and also why the necessity of this option for 
gud is documented nowhere (if I, the end user, am not allowed to remove 
this option from the command line without breaking GUD, either I should 
not be allowed to remove it, or at least I should be warned.)

But yes, for the moment I am back in emacs 23 for my debugging activites.

 yay !


Thanks again,
-G


[-- Attachment #2: Type: text/html, Size: 6782 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1155: 23.0.60; GUD hangs
  2008-10-14  9:06   ` Guillaume Salagnac
@ 2008-10-14 10:10     ` Nick Roberts
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Roberts @ 2008-10-14 10:10 UTC (permalink / raw)
  To: Guillaume Salagnac; +Cc: 1155

 > BTW, and this drives me crazy, sometimes-it-work-and-sometimes-it-doesnt 
 > (tm). My suspicion is that the problem perhaps comes from the way emacs 
 > communicate with gdb : what if there are different instances of gdb 
 > running at the same time on the machine ? what if there are other 
 > emacsen ? what if those emacsen also happen to run gdbs ? Anyway, when 
 > it does not what I want, I switch to emacs 21, and this one works. 
 > Still, it is not satisfying :-)

Emacs communicates with GDB through a terminal (or a pipe) so it shouldn't
matter if there are different instances of gdb, or other emacsen.

 > > emacs-pretest-bug@gnu.org is an active mailing list and the right one for
 > > reporting bugs in Emacs 23.0.60.  Maybe there is something wrong with your
 > > mail server.
 > >   
 > I don't know: on http://ists.gnu.org/archive/html/emacs-pretest-bug , 
 > the last message is from july 2007, saying that the list is 
 > discontinued. But maybe I missed something.

I believe that emacs-pretest-bug is aliased to emacs-devel but if the
subject header starts with 23.0.60; it goes through Don Armstrong's bug
tracker.

 > >  > ...
 > >  > Recent input:
 > >  > M-x g d b <return> <backspace> <backspace> <backspace>
 > >  > <backspace> <backspace> <backspace> <backspace> <backspace>
 > >  > <backspace> <backspace> <backspace> <backspace> <backspace>
 > >  > <backspace> <return> h e l p <return> C-c C-c M-x r
 > >  > e p o r t - e m a c s - b u g <return>
 > >
 > > What text do you have in the mini-buffer when you type <return> for the
 > > second time?
 > >   
 > When I type "M-x gdb", the text by default in the minibuffer is  "Run 
 > gdb (like this): gdb --annotate=3 foo", where "foo" is a random 
 > executable file in my home directory. All the <backspace>s are to remove 
 > everything up to just "gdb" (the second one of course ; I do not modify 
 > the prompt)

You need to, at least, keep "gdb --annotate=3"

 > But hey ! that does seem to make a difference. In my home directory, I 
 > start emacs 23 with -Q and I type M-x gdb. The text by default is "gdb 
 > --annotate=3 .zshrc". If I just press return, I can ask for "help" and 
 > get gdb help. If I remove everything but "gdb", so as to choose my 
 > "file" and my "set args" later, it does not work.

It's unlikely that you want to debug .zshrc (Emacs just looks for the last
executable to be modified in default-directory) but it should look something
like:

"Run gdb (like this): gdb --annotate=3 myprog

when you press <RET> in the mini-buffer, where myprog is the name your
executable (use an absolute filename if you're not sure what directory you're
in).

 > Hoho (typing as I'm reading the web) : the online documentation of gdb 
 > (not the man page, not the info page, not the gdb --help) mention this 
 > option, and says :
 > 
 > http://sourceware.org/gdb/current/onlinedocs/gdb_3.html#IDX37

The node "GDB Graphical Interface" in the Emacs info manual is probably of more
interest to you.  If you have the tool bar present, which can be useful for
debugging, you can click on the Info button (bulb or question mark) to get to
this node from the GUD buffer.

 > ...
 > Now remains the questions as to why it does work like a charm in emacs 
 > 21 without this option, and also why the necessity of this option for 
 > gud is documented nowhere (if I, the end user, am not allowed to remove 
 > this option from the command line without breaking GUD, either I should 
 > not be allowed to remove it, or at least I should be warned.)

Emacs 21 used "--fullname" which is the same as "--annotate=1" but it was
hidden from the user.  So yes, people coming from Emacs 21 have a different
expectation and you have a point.  However, the user may want to change 
the pathname to GDB, for example.

C-h f gdb<RET>

says

  The option "--annotate=3" must be included in this value.  To
  run GDB in text command mode, use `gud-gdb'.  You need to use
  text command mode to debug multiple programs within one Emacs
  session.

at the end of the *Help* buffer.  "Text command mode" is like M-x gdb
in Emacs 21.

-- 
Nick                                           http://www.inet.net.nz/~nickrob






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-10-14 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13  6:24 bug#1155: 23.0.60; GUD hangs Guillaume Salagnac
2008-10-14  7:49 ` Nick Roberts
2008-10-14  9:06   ` Guillaume Salagnac
2008-10-14 10:10     ` Nick Roberts

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.