GNU bug report logs - #58767
telega makes emacs crash (under an EXWM session?)

Previous Next

Package: emacs;

Reported by: Marco <purity.piped <at> tuta.io>

Date: Mon, 24 Oct 2022 18:21:02 UTC

Severity: normal

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: purity.piped <at> tuta.io
Cc: luangruo <at> yahoo.com, 58767 <at> debbugs.gnu.org
Subject: Re: bug#58767: telega makes emacs crash (under an EXWM session?)
Date: Tue, 25 Oct 2022 16:31:16 +0300
> Cc: luangruo <at> yahoo.com, 58767 <at> debbugs.gnu.org
> Date: Tue, 25 Oct 2022 15:50:50 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> > Date: Tue, 25 Oct 2022 14:10:12 +0200 (CEST)
> > From: purity.piped <at> tuta.io
> > Cc: Po Lu <luangruo <at> yahoo.com>, 58767 <at> debbugs.gnu.org
> > 
> > What I do that makes emacs crash is just launch telega. Either via a keybind or m-x. 
> 
> So just "M-x telega RET" is enough to cause the crash?

FTR: I tried to reproduce the crash, but couldn't get far enough:
running "M-x telega" requires some server, which I don't have, and
won't install.  So someone who has that installed will need to debug
this and tell me how come this code crashes.

The abort is in this code in bidi.c:

  /* Don't move at end of buffer/string.  */
  else if (bidi_it->charpos < (string_p ? bidi_it->string.schars : ZV))
    {
      /* Advance to the next character, skipping characters covered by
	 display strings (nchars > 1).  */
      if (bidi_it->nchars <= 0)
	emacs_abort ();
      bidi_it->charpos += bidi_it->nchars;
      if (bidi_it->ch_len == 0)
	emacs_abort ();
      bidi_it->bytepos += bidi_it->ch_len;
      prev_type = bidi_it->orig_type;
    }

The backtrace points to the first call to emacs_abort, but since this
is an optimized build, it could be the second one as well.  These
situations "should not happen", ever.  So I must understand what kind
of buffer or string text we bumped into that caused this, it should be
something highly unusual.




This bug report was last modified 1 year and 164 days ago.

Previous Next


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