From unknown Sun Jun 22 07:28:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#2758 <2758@debbugs.gnu.org> To: bug#2758 <2758@debbugs.gnu.org> Subject: Status: 23.0.60; Using Tab in gdb freezes emacs Reply-To: bug#2758 <2758@debbugs.gnu.org> Date: Sun, 22 Jun 2025 14:28:45 +0000 retitle 2758 23.0.60; Using Tab in gdb freezes emacs reassign 2758 emacs,ns submitter 2758 Martin Puster severity 2758 normal thanks From martin.puster@gmail.com Mon Mar 23 13:57:05 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 23 Mar 2009 20:57:05 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2NKv17O013437 for ; Mon, 23 Mar 2009 13:57:03 -0700 Received: from mx10.gnu.org ([199.232.76.166]:52927) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LlrCf-0002VS-5v for emacs-pretest-bug@gnu.org; Mon, 23 Mar 2009 16:57:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LlrCd-0006E9-Mr for emacs-pretest-bug@gnu.org; Mon, 23 Mar 2009 16:57:01 -0400 Received: from mailrelay.tu-graz.ac.at ([129.27.2.202]:50517 helo=mailrelay.tugraz.at) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LlrCd-0006D8-6i for emacs-pretest-bug@gnu.org; Mon, 23 Mar 2009 16:56:59 -0400 Received: from [192.168.178.20] (84-119-42-174.dynamic.xdsl-line.inode.at [84.119.42.174]) (authenticated bits=0) by mailrelay1.tugraz.at (8.14.3/8.14.3) with ESMTP id n2NKuq0e013681 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 23 Mar 2009 21:56:52 +0100 (CET) Message-Id: <1B1F9461-8E82-4382-AE40-77D9F0AC7FC1@gmail.com> From: Martin Puster To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Subject: 23.0.60; Using Tab in gdb freezes emacs Date: Mon, 23 Mar 2009 21:56:51 +0100 X-Mailer: Apple Mail (2.930.3) X-TUG-Backscatter-control: esS+e/YWeD9mYv93Q6e4eg X-Scanned-By: MIMEDefang 2.65 on 129.27.10.18 X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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@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 From rgm@gnu.org Mon Mar 23 17:43:35 2009 Received: (at control) by emacsbugs.donarmstrong.com; 24 Mar 2009 00:43:35 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.0 required=4.0 tests=VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2O0hWeG008557 for ; Mon, 23 Mar 2009 17:43:33 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Llujr-0001B2-SQ; Mon, 23 Mar 2009 20:43:32 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18888.11443.738154.918797@fencepost.gnu.org> Date: Mon, 23 Mar 2009 20:43:31 -0400 From: Glenn Morris To: control Subject: control message severity 2737 wishlist reassign 2753 emacs,ns tags 2753 moreinfo reassign 2754 emacs,ns reassign 2758 emacs,ns reassign 2759 spam severity 2746 minor From adrian.b.robert@gmail.com Sun May 31 08:59:02 2009 Received: (at 2758) by emacsbugs.donarmstrong.com; 31 May 2009 15:59:02 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.3 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4VFwsPo031649 for <2758@emacsbugs.donarmstrong.com>; Sun, 31 May 2009 08:58:55 -0700 Received: by rv-out-0506.google.com with SMTP id f9so462754rvb.1 for <2758@emacsbugs.donarmstrong.com>; Sun, 31 May 2009 08:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:content-type :message-id:cc:content-transfer-encoding:from:subject:date:to :x-mailer; bh=zedLnW7xeG1wzX935uyaBK+s/0alQz6fbv8VmENbxoQ=; b=tZxDyEwlDtyIrljKbhy4HkCb1ukRSPFXrOjc6PHXfWeEXKWKj6Uag2y0NSdfJ+emR1 HSL6qwOUNcpfEl3Iypb9B57SwTrWIONibtwV+XLhrB8TAFnmwqQqBdxQaHdeoDcG5NFA aI4Y91xhYu39jkw/lvIcaK2sGXmfiSa0x6UaI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; b=xUIMak/Nd6HZdNiVKpW48ypjNwWfyg/xl2VwxCkagOldUvP8bWe5V6Wi8LODhHzwcs dB7dIOZs6jSzJldATjdbvJH/GJKo19VUXx8feAMgFfbHjLm9mUwEU2lOB2GG9FySCLQP T0QaRSK4actlGN9I3qfKXezI/9a8ilp34QPmc= Received: by 10.141.132.1 with SMTP id j1mr4915746rvn.124.1243785534470; Sun, 31 May 2009 08:58:54 -0700 (PDT) Received: from ?110.49.0.112? ([110.49.0.112]) by mx.google.com with ESMTPS id v39sm4661547wah.62.2009.05.31.08.58.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 31 May 2009 08:58:53 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5685D5B8-D726-43B6-ABAE-8FDE0DA7720A@gmail.com> Cc: Martin Puster Content-Transfer-Encoding: 7bit From: Adrian Robert Subject: Re: Using Tab in gdb freezes emacs Date: Sun, 31 May 2009 22:59:18 +0700 To: 2758@debbugs.gnu.org X-Mailer: Apple Mail (2.753.1) http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2758 Pressing Ctrl-g (emacs quit/abort key) restores responsiveness. But it probably shouldn't hang. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 26 03:02:22 2011 Received: (at 2758) by debbugs.gnu.org; 26 Dec 2011 08:02:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Rf5Vm-0002iU-Cd for submit@debbugs.gnu.org; Mon, 26 Dec 2011 03:02:22 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Rf5Vk-0002iO-QE for 2758@debbugs.gnu.org; Mon, 26 Dec 2011 03:02:21 -0500 Received: from [155.69.16.4] (port=38680 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Rf5TI-0003tZ-Fg; Mon, 26 Dec 2011 02:59:49 -0500 From: Chong Yidong To: Martin Puster Subject: Re: 23.0.60; Using Tab in gdb freezes emacs Date: Mon, 26 Dec 2011 15:59:41 +0800 Message-ID: <87ty4nix02.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 2758 Cc: 2758@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > 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. From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 26 03:03:36 2011 Received: (at control) by debbugs.gnu.org; 26 Dec 2011 08:03:36 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Rf5Wx-0002kF-Jk for submit@debbugs.gnu.org; Mon, 26 Dec 2011 03:03:36 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Rf5Wv-0002k8-9A for control@debbugs.gnu.org; Mon, 26 Dec 2011 03:03:33 -0500 Received: from [155.69.16.4] (port=38685 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Rf5US-00044E-Px for control@debbugs.gnu.org; Mon, 26 Dec 2011 03:01:01 -0500 From: Chong Yidong To: control@debbugs.gnu.org Subject: close 2758 Date: Mon, 26 Dec 2011 16:00:54 +0800 Message-ID: <87r4zr224p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) close 2758 24.0.93 thanks From unknown Sun Jun 22 07:28:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 23 Jan 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator