emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 3764ab4: * etc/PROBLEMS: New entry about GTK+ 3 c


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 3764ab4: * etc/PROBLEMS: New entry about GTK+ 3 crash with some X servers.
Date: Tue, 28 Aug 2018 16:05:12 -0400 (EDT)

branch: emacs-26
commit 3764ab4186bb4479aee5241705f91c1edf4cccfb
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * etc/PROBLEMS: New entry about GTK+ 3 crash with some X servers.
---
 etc/PROBLEMS | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 9507a5d..15e2b33 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -217,6 +217,26 @@ result in an endless loop.
 If you need Emacs to be able to recover from closing displays, compile
 it with the Lucid toolkit instead of GTK.
 
+** Emacs compiled with GTK+ 3 crashes when run under some X servers.
+This happens when the X server does not provide certain display
+features that the underlying GTK+ 3 toolkit assumes.  For example, this
+issue has been seen with remote X servers like X2Go.  The symptoms
+are an Emacs crash, possibly triggered by the mouse entering the Emacs
+window, or an attempt to resize the Emacs window.  The crash backtrace
+contains a call to XQueryPointer.
+
+This issue was fixed in the GTK+ 3 toolkit in commit 4b1c0256 in February 2018.
+
+If your GTK+ 3 is still affected, you can avoid the issue by recompiling
+Emacs with a different X toolkit, eg --with-toolkit=gtk2.
+
+References:
+https://gitlab.gnome.org/GNOME/gtk/commit/4b1c02560f0d8097bf5a11932e52fb72f3e9e94b
+https://debbugs.gnu.org/24280
+https://bugs.debian.org/901038
+https://bugzilla.redhat.com/1483942
+https://access.redhat.com/solutions/3410101
+
 ** Emacs compiled with GTK crashes at startup due to X protocol error.
 
 This is known to happen on elementary OS GNU/Linux systems.



reply via email to

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