diff options
| author | Glenn Morris | 2018-08-29 08:24:03 -0700 |
|---|---|---|
| committer | Glenn Morris | 2018-08-29 08:24:03 -0700 |
| commit | d8bef4b519624de20baa1428dd103f61dfb220fa (patch) | |
| tree | ed458e2d88b9a0a422fd46e50c1d2654d24b07a9 /etc/PROBLEMS | |
| parent | b28d5333e0144acc7385339578d907196c4b6f3e (diff) | |
| parent | 2670cbf9a87eb498d73770c381ca51657d390a1e (diff) | |
| download | emacs-d8bef4b519624de20baa1428dd103f61dfb220fa.tar.gz emacs-d8bef4b519624de20baa1428dd103f61dfb220fa.zip | |
Merge from origin/emacs-26
2670cbf (origin/emacs-26) ; * configure.ac: Remove outdated comment (...
3b71bef admin.el: respect environment settings for makeinfo etc
3764ab4 * etc/PROBLEMS: New entry about GTK+ 3 crash with some X serv...
9d61344 Index profiler commands in elisp manual
f088817 Fix math-imaginary-i check
fca935e ; Let pre-commit git hook check merged in changes (Bug#29197)
fe06fcc Avoid infinite hscrolling loops when line numbers are displayed
63e59c8 Avoid crashes in malformed defvar
785682c * configure.ac (emacs_config_features): Add GLIB, XDBE, XIM.
2695b7e * configure.ac: Doc fixes related to --with-xim.
d0d162c Small checkdoc quoting fix (bug#32546)
Conflicts:
configure.ac
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. |