diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 20 |
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. | |||
| 205 | If you need Emacs to be able to recover from closing displays, compile | 205 | If you need Emacs to be able to recover from closing displays, compile |
| 206 | it with the Lucid toolkit instead of GTK. | 206 | it with the Lucid toolkit instead of GTK. |
| 207 | 207 | ||
| 208 | ** Emacs compiled with GTK+ 3 crashes when run under some X servers. | ||
| 209 | This happens when the X server does not provide certain display | ||
| 210 | features that the underlying GTK+ 3 toolkit assumes. For example, this | ||
| 211 | issue has been seen with remote X servers like X2Go. The symptoms | ||
| 212 | are an Emacs crash, possibly triggered by the mouse entering the Emacs | ||
| 213 | window, or an attempt to resize the Emacs window. The crash backtrace | ||
| 214 | contains a call to XQueryPointer. | ||
| 215 | |||
| 216 | This issue was fixed in the GTK+ 3 toolkit in commit 4b1c0256 in February 2018. | ||
| 217 | |||
| 218 | If your GTK+ 3 is still affected, you can avoid the issue by recompiling | ||
| 219 | Emacs with a different X toolkit, eg --with-toolkit=gtk2. | ||
| 220 | |||
| 221 | References: | ||
| 222 | https://gitlab.gnome.org/GNOME/gtk/commit/4b1c02560f0d8097bf5a11932e52fb72f3e9e94b | ||
| 223 | https://debbugs.gnu.org/24280 | ||
| 224 | https://bugs.debian.org/901038 | ||
| 225 | https://bugzilla.redhat.com/1483942 | ||
| 226 | https://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 | ||
| 210 | This is known to happen on elementary OS GNU/Linux systems. | 230 | This is known to happen on elementary OS GNU/Linux systems. |