GNU bug report logs - #63808
30.0.50; Infinite loop in info-lookup-guess-gdb-script-symbol

Previous Next

Package: emacs;

Reported by: nvp <noah.v.peart <at> gmail.com>

Date: Tue, 30 May 2023 21:37:01 UTC

Severity: normal

Found in version 30.0.50

Done: Stefan Kangas <stefankangas <at> gmail.com>

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 63808 in the body.
You can then email your comments to 63808 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-gnu-emacs <at> gnu.org:
bug#63808; Package emacs. (Tue, 30 May 2023 21:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to nvp <noah.v.peart <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 30 May 2023 21:37:02 GMT) Full text and rfc822 format available.

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

From: nvp <noah.v.peart <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 30.0.50; Infinite loop in info-lookup-guess-gdb-script-symbol
Date: Tue, 30 May 2023 14:35:44 -0700
[Message part 1 (text/plain, inline)]
In a gdb-script-mode buffer, eg. .gdbinit with the cursor (|) in
the following position:

de|

Calling `M-x info-complete-symbol' causes an infinite loop. In the
function `info-lookup-guess-gdb-script-symbol' the result
of `nbutlist' isn't being assigned back to variable.


In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.33, cairo version 1.16.0) of 2023-05-10 built on noah-X580VD
Repository revision: e4c8ba6c0589f1ba0ba9993c4f1e9c0821d3ca6c
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101004
System Description: Ubuntu 22.04.2 LTS

Configured using:
 'configure --prefix=/usr/local --with-modules --with-tree-sitter
 --with-threads --with-x-toolkit=gtk3 --with-xwidgets --with-gnutls
 --with-json --with-mailutils --with-jpeg --with-png --with-rsvg
 --with-tiff --with-xml2 --with-xpm --with-imagemagick CC=gcc-12
 CXX=gcc-12'

Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ
IMAGEMAGICK JPEG JSON LCMS2 LIBSELINUX LIBXML2 MODULES NOTIFY INOTIFY
PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS
TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM XWIDGETS GTK3 ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

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

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search time-date subr-x mm-decode
mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader
cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads xwidget-internal dbusbind
inotify lcms2 dynamic-setting system-font-setting font-render-setting
cairo move-toolbar gtk x-toolkit xinput2 x multi-tty
make-network-process emacs)

Memory information:
((conses 16 36390 13118)
 (symbols 48 5185 0)
 (strings 32 13155 2159)
 (string-bytes 1 371375)
 (vectors 16 9303)
 (vector-slots 8 149001 11186)
 (floats 8 21 27)
 (intervals 56 228 0)
 (buffers 984 10))
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#63808; Package emacs. (Wed, 31 May 2023 14:53:02 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: nvp <noah.v.peart <at> gmail.com>
Cc: 63808 <at> debbugs.gnu.org
Subject: Re: bug#63808: 30.0.50;
 Infinite loop in info-lookup-guess-gdb-script-symbol
Date: Wed, 31 May 2023 17:52:54 +0300
> From: nvp <noah.v.peart <at> gmail.com>
> Date: Tue, 30 May 2023 14:35:44 -0700
> 
> In a gdb-script-mode buffer, eg. .gdbinit with the cursor (|) in
> the following position:
> 
> de|
> 
> Calling `M-x info-complete-symbol' causes an infinite loop.

Thanks, should be fixed now on the emacs-29 branch.

> In the
> function `info-lookup-guess-gdb-script-symbol' the result
> of `nbutlist' isn't being assigned back to variable.

It doesn't have to, because nbutlast modifies its argument
destructively (except when it doesn't ;-).




Reply sent to Stefan Kangas <stefankangas <at> gmail.com>:
You have taken responsibility. (Sun, 17 Sep 2023 00:14:01 GMT) Full text and rfc822 format available.

Notification sent to nvp <noah.v.peart <at> gmail.com>:
bug acknowledged by developer. (Sun, 17 Sep 2023 00:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 63808-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: nvp <noah.v.peart <at> gmail.com>, 63808-done <at> debbugs.gnu.org
Subject: Re: bug#63808: 30.0.50;
 Infinite loop in info-lookup-guess-gdb-script-symbol
Date: Sat, 16 Sep 2023 17:13:15 -0700
Eli Zaretskii <eliz <at> gnu.org> writes:

>> In a gdb-script-mode buffer, eg. .gdbinit with the cursor (|) in
>> the following position:
>>
>> de|
>>
>> Calling `M-x info-complete-symbol' causes an infinite loop.
>
> Thanks, should be fixed now on the emacs-29 branch.

It seems like this issue was fixed, but it was left open in the bug
tracker.  I'm therefore closing it now.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 15 Oct 2023 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 191 days ago.

Previous Next


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