diff options
| author | Jan Djärv | 2008-12-18 19:18:12 +0000 |
|---|---|---|
| committer | Jan Djärv | 2008-12-18 19:18:12 +0000 |
| commit | c4c122cb57baf1586c8760845e9d6d620815080e (patch) | |
| tree | 41c6db1731cacd597dc6c7409c2e701ba00adb5e | |
| parent | bfd203253dc34fe3c77d2155ee6b11b0c8147f8d (diff) | |
| download | emacs-c4c122cb57baf1586c8760845e9d6d620815080e.tar.gz emacs-c4c122cb57baf1586c8760845e9d6d620815080e.zip | |
Added some text about Gtk+ looping when X server dies.
| -rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index cae4f3b956c..9d0b1e74109 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -233,6 +233,14 @@ configuring your compiler to use the native linker instead of GNU ld. | |||
| 233 | This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug | 233 | This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug |
| 234 | http://bugzilla.gnome.org/show_bug.cgi?id=85715. | 234 | http://bugzilla.gnome.org/show_bug.cgi?id=85715. |
| 235 | 235 | ||
| 236 | ** Emacs compiled with Gtk+ may loop forever if a display crashes. | ||
| 237 | |||
| 238 | This is related to the bug above. A scenario for this is when emacs is run | ||
| 239 | as a server, and an X frame is created. If the X server for the frame | ||
| 240 | crashes or exits unexpectedly and an attempt is made to create a new | ||
| 241 | frame on another X display, then a Gtk+ error happens in the emacs | ||
| 242 | server that results in an endless loop. | ||
| 243 | |||
| 236 | ** Emacs compiled with Gtk+ crashes on startup on Cygwin. | 244 | ** Emacs compiled with Gtk+ crashes on startup on Cygwin. |
| 237 | 245 | ||
| 238 | A typical error message is | 246 | A typical error message is |