GNU bug report logs - #30320
26.0.91; Crash when using lsp-ui-doc-mode

Previous Next

Package: emacs;

Reported by: Jake Goulding <jake.goulding <at> gmail.com>

Date: Thu, 1 Feb 2018 16:25:02 UTC

Severity: normal

Found in version 26.0.91

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: Jake Goulding <jake.goulding <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 30320 <at> debbugs.gnu.org
Subject: Re: bug#30320: 26.0.91; Crash when using lsp-ui-doc-mode
Date: Thu, 1 Feb 2018 14:52:59 -0500
[Message part 1 (text/plain, inline)]
It looks like `curY (tty) >= FrameRows (tty) - 1`:


(lldb)
frame #9: 0x0000000100173380 Emacs`cmcheckmagic(tty=0x000000010180d000) at
cm.c:118
   115   if (curX (tty) == FrameCols (tty))
   116     {
   117       if (!MagicWrap (tty) || curY (tty) >= FrameRows (tty) - 1)
-> 118 emacs_abort ();
   119       if (tty->termscript)
   120 putc_unlocked ('\r', tty->termscript);
   121       putc_unlocked ('\r', tty->output);
(lldb) p (tty)->Wcm->cm_magicwrap
(bool_bf) $0 = true
(lldb) p (tty)->Wcm->cm_curY
(int) $1 = 2
(lldb) p (tty)->Wcm->cm_rows
(int) $2 = 3


> was the original cause also in "emacs -nw", or was it in a GUI
frame?

It was not in a GUI, but it was an `emacsclient -t` invocation.
[Message part 2 (text/html, inline)]

This bug report was last modified 5 years and 262 days ago.

Previous Next


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