]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/PROBLEMS: New entry about GTK+ 3 crash with some X servers.
authorGlenn Morris <rgm@gnu.org>
Tue, 28 Aug 2018 20:05:04 +0000 (16:05 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 28 Aug 2018 20:05:04 +0000 (16:05 -0400)
etc/PROBLEMS

index 9507a5d9758ab8f513e36efd325b532ccc9c160d..15e2b3359d40aa805b1fcf98b5ebc780534e4f2e 100644 (file)
@@ -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.