bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65205: 30.0.50; hangs xim when ibus goes away


From: Po Lu
Subject: bug#65205: 30.0.50; hangs xim when ibus goes away
Date: Thu, 10 Aug 2023 20:57:28 +0800
User-agent: Gnus/5.13 (Gnus v5.13)

Madhu <enometh@meer.net> writes:

> Emacs hangs in xlib's Ximread (when the ibus daemon goes away and I
> think in other some situations even not using ibus but just xkb). I'm
> attaching a full backtrace which may be more verbose than
> desired. Maybe it is possible to work around this case, or suggest
> something some way xlib could handle it. -- Madhu

This is a twenty-five year old bug in the sample Xlib's implementation
of the X protocol XIM transport.  If an input method crashes, its
transfer window is destroyed by the X server, while Xlib thoughtlessly
continues waiting for events to be delivered from it...

We can do nothing about this problem except ask the I-Bus developers to
fix their crashes.  Meanwhile, you can disable XIM

  Emacs.useXIM: false




reply via email to

[Prev in Thread] Current Thread [Next in Thread]