GNU bug report logs - #56528
29.0.50; Emacs lucid segfaults when X dies

Previous Next

Package: emacs;

Reported by: visuweshm <at> gmail.com

Date: Wed, 13 Jul 2022 04:33:02 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.50

Done: Po Lu <luangruo <at> yahoo.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Po Lu <luangruo <at> yahoo.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 56528 <at> debbugs.gnu.org, Visuwesh <visuweshm <at> gmail.com>
Subject: bug#56528: 29.0.50; Emacs lucid segfaults when X dies
Date: Thu, 14 Jul 2022 09:04:49 +0800
Eli Zaretskii <eliz <at> gnu.org> writes:

> That's probably just sheer luck.  When you kill the X server, any code
> in Emacs that tries to display something will crash and burn, because
> there's generally no way for us to display anything in that case.

Not exactly.  When the connection to the X server is lost, any attempt
to communicate with it will result in the IO error handler being called.

We install an error handler that performs the following:

  - Bind `inhibit-redisplay' to t.
  - Delete each frame on the display that went down.
  - Free the display data and delete the terminal.
  - Kill Emacs if no terminals are left.
  - Throw an error to get Emacs out of the error handler.

Unfortunately, that doesn't always work reliably, such as here.  And
we're trying to find out why.




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

Previous Next


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