From: Mark Oteiza <mvoteiza@udel.edu>
To: 18112@debbugs.gnu.org
Subject: bug#18112: 24.4.50; emacs --daemon infinite loop in find_interval
Date: Fri, 25 Jul 2014 19:08:43 -0400 [thread overview]
Message-ID: <877g31dojo.fsf@holos.localdomain> (raw)
Reproducible on my system with tmux 1.9a:
1. emacs --daemon -Q
2. Start tmux in a term emulator and invoke `emacsclient -t` in
the tmux window
3. Do `C-x 3` in the client
4. Split horizontally the tmux window into two panes: <prefix> "
5. Open a new emacsclient in the new pane, exit the client (^X^C),
and close the new tmux pane (^D)
6. Interact with the first client.
Attaching with gdb the first time:
find_interval (tree=0xed9198, position=732) at intervals.c:681
681 in intervals.c
(gdb) s
683 in intervals.c
(gdb) s
701 in intervals.c
(gdb) s
681 in intervals.c
(gdb) s
683 in intervals.c
(gdb) s
701 in intervals.c
Otherwise, setting a breakpoint at find_interval and continuing,
`position` changes value but I always end up back at find_interval.
In GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars)
of 2014-07-24 on holos
Configured using:
`configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
--localstatedir=/var --with-x-toolkit=lucid 'CFLAGS=-march=x86-64
-mtune=generic -O0 -pipe -fstack-protector-strong
--param=ssp-buffer-size=4 -g -fvar-tracking-assignments'
LDFLAGS=-Wl,-O0,--sort-common,--as-needed,-z,relro'
Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB
Important settings:
value of $LC_COLLATE: C
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
flycheck-mode: t
company-mode: t
winner-mode: t
show-paren-mode: t
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
size-indication-mode: t
column-number-mode: t
line-number-mode: t
Recent input:
ESC [ > 0 ; 9 5 ; 0 c ESC x r e p o - e m - b TAB
RET
Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Load-path shadows:
/usr/share/emacs/24.4.50/lisp/loaddefs hides /home/mvo/.emacs.d/site-lisp/loaddefs
Features:
(shadow sort gnus-util mail-extr emacsbug message idna dired format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils xterm flycheck find-func
help-mode easymenu rx f dash s company-files company-oddmuse
company-keywords company-etags etags company-gtags company-dabbrev-code
company-dabbrev company-capf company-cmake company-ropemacs
company-xcode company-clang company-semantic company-eclim
company-template company-css company-nxml company-bbdb company pcase
easy-mmode cl-macs gv package windmove edmacro kmacro cl-loaddefs cl-lib
saveplace winner ring time-date paren zenburn-theme tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind gfilenotify dynamic-setting system-font-setting
font-render-setting x-toolkit x multi-tty emacs)
Memory information:
((conses 16 130940 8879)
(symbols 48 21621 0)
(miscs 40 46 141)
(strings 32 22838 6984)
(string-bytes 1 615107)
(vectors 16 17827)
(vector-slots 8 1133415 211358)
(floats 8 92 595)
(intervals 56 205 0)
(buffers 960 11)
(heap 1024 46183 1194))
next reply other threads:[~2014-07-25 23:08 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-25 23:08 Mark Oteiza [this message]
2014-07-26 6:42 ` bug#18112: 24.4.50; emacs --daemon infinite loop in find_interval Eli Zaretskii
2014-07-26 7:55 ` Eli Zaretskii
2014-07-26 8:06 ` Andreas Schwab
2014-07-26 8:15 ` Andreas Schwab
2014-07-26 8:22 ` Eli Zaretskii
2014-07-26 9:04 ` Eli Zaretskii
2014-07-26 9:33 ` Eli Zaretskii
2014-07-27 13:05 ` Eli Zaretskii
2014-07-27 13:35 ` martin rudalics
2014-07-27 14:55 ` Eli Zaretskii
2014-07-27 18:15 ` martin rudalics
2014-08-08 10:10 ` martin rudalics
2014-08-08 10:40 ` Eli Zaretskii
2014-08-09 11:14 ` martin rudalics
2014-08-09 15:37 ` Eli Zaretskii
2014-08-09 15:56 ` martin rudalics
2014-08-09 16:29 ` Eli Zaretskii
2014-08-10 10:42 ` martin rudalics
2014-08-10 14:04 ` Eli Zaretskii
2014-07-26 9:17 ` Andreas Schwab
2014-07-26 9:44 ` Andreas Schwab
2014-07-26 11:07 ` Eli Zaretskii
2014-07-26 11:27 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877g31dojo.fsf@holos.localdomain \
--to=mvoteiza@udel.edu \
--cc=18112@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.