aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index a1fae225742..b863572e040 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -205,6 +205,26 @@ result in an endless loop.
205If you need Emacs to be able to recover from closing displays, compile 205If you need Emacs to be able to recover from closing displays, compile
206it with the Lucid toolkit instead of GTK. 206it with the Lucid toolkit instead of GTK.
207 207
208** Emacs compiled with GTK+ 3 crashes when run under some X servers.
209This happens when the X server does not provide certain display
210features that the underlying GTK+ 3 toolkit assumes. For example, this
211issue has been seen with remote X servers like X2Go. The symptoms
212are an Emacs crash, possibly triggered by the mouse entering the Emacs
213window, or an attempt to resize the Emacs window. The crash backtrace
214contains a call to XQueryPointer.
215
216This issue was fixed in the GTK+ 3 toolkit in commit 4b1c0256 in February 2018.
217
218If your GTK+ 3 is still affected, you can avoid the issue by recompiling
219Emacs with a different X toolkit, eg --with-toolkit=gtk2.
220
221References:
222https://gitlab.gnome.org/GNOME/gtk/commit/4b1c02560f0d8097bf5a11932e52fb72f3e9e94b
223https://debbugs.gnu.org/24280
224https://bugs.debian.org/901038
225https://bugzilla.redhat.com/1483942
226https://access.redhat.com/solutions/3410101
227
208** Emacs compiled with GTK crashes at startup due to X protocol error. 228** Emacs compiled with GTK crashes at startup due to X protocol error.
209 229
210This is known to happen on elementary OS GNU/Linux systems. 230This is known to happen on elementary OS GNU/Linux systems.