GNU bug report logs - #2758
23.0.60; Using Tab in gdb freezes emacs

Previous Next

Packages: emacs, ns;

Reported by: Martin Puster <martin.puster <at> gmail.com>

Date: Mon, 23 Mar 2009 21:05:05 UTC

Severity: normal

Fixed in version 24.0.93

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2758 in the body.
You can then email your comments to 2758 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2758; Package emacs. (Mon, 23 Mar 2009 21:05:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Martin Puster <martin.puster <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Mon, 23 Mar 2009 21:05:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Martin Puster <martin.puster <at> gmail.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; Using Tab in gdb freezes emacs
Date: Mon, 23 Mar 2009 21:56:51 +0100
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org  
mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

##
My installation of emacs is standard macports-version (via sudo port  
install emacs-app-devel)
if I use the Tab-key in gdb, it freezes my emacs. It then does not  
react to any other keyboard input, while the menu is acessible,  
although i chosen commands (as the gdb-commands, or tools-commands or  
options) are not carried out after clicking on them. Anyway, I'm able  
to quit emacs using the menu, emacs even asks me if i want to kill  
running processes (gdb). The bug is reproduceable, it occurs even  
without any other files loaded, so the shortest way to reach it is:

M-x gdb , and then pressing Tab

But it occured also in "real life" situations, debugging a C-program.
The bug didnt occur in the emacs-app version 9.0rc3.

Please write 3 words if this report was any good, as it's my first  
one. And thx for your great deeds developing emacs!

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/MacPorts/Emacs.app/Contents/Resources/etc/DEBUG for  
instructions.


In GNU Emacs 23.0.60.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
 of 2009-03-05 on zauberbuch
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--prefix=/opt/local' '--with-ns' 'CC=/ 
usr/bin/gcc-4.0' 'CFLAGS=-O2' 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/ 
opt/local/include' 'CPP=/usr/bin/cpp-4.0''

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: de_AT.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Help

Minor modes in effect:
  desktop-save-mode: t
  global-linum-mode: t
  linum-mode: t
  tooltip-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-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  view-mode: t





bug reassigned from package `emacs' to `emacs,ns'. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Tue, 24 Mar 2009 00:50:04 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com:
bug#2758; Package emacs,ns. (Sun, 31 May 2009 16:05:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adrian Robert <adrian.b.robert <at> gmail.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>, owner <at> emacsbugs.donarmstrong.com. (Sun, 31 May 2009 16:05:05 GMT) Full text and rfc822 format available.

Message #12 received at 2758 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Adrian Robert <adrian.b.robert <at> gmail.com>
To: 2758 <at> debbugs.gnu.org
Cc: Martin Puster <martin.puster <at> gmail.com>
Subject: Re: Using Tab in gdb freezes emacs
Date: Sun, 31 May 2009 22:59:18 +0700
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2758

Pressing Ctrl-g (emacs quit/abort key) restores responsiveness.  But  
it probably shouldn't hang.





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#2758; Package emacs,ns. (Mon, 26 Dec 2011 08:03:01 GMT) Full text and rfc822 format available.

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

From: Chong Yidong <cyd <at> gnu.org>
To: Martin Puster <martin.puster <at> gmail.com>
Cc: 2758 <at> debbugs.gnu.org
Subject: Re: 23.0.60; Using Tab in gdb freezes emacs
Date: Mon, 26 Dec 2011 15:59:41 +0800
> My installation of emacs is standard macports-version (via sudo port
> install emacs-app-devel) if I use the Tab-key in gdb, it freezes my
> emacs. It then does not react to any other keyboard input, while the
> menu is acessible, although i chosen commands (as the gdb-commands, or
> tools-commands or options) are not carried out after clicking on
> them. Anyway, I'm able to quit emacs using the menu, emacs even asks
> me if i want to kill running processes (gdb).

I've just committed a change to the development trunk that fixes such a
bug (revno 106732).  If you are following the trunk, and still see this
problem occurring after the fix, please reopen the bug.




bug marked as fixed in version 24.0.93, send any further explanations to 2758 <at> debbugs.gnu.org and Martin Puster <martin.puster <at> gmail.com> Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Mon, 26 Dec 2011 08:04:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 23 Jan 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 153 days ago.

Previous Next


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