diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index eba3420fcb8..6805e8733d5 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -192,6 +192,18 @@ Upgrading to a newer version of Exceed has been reported to prevent | |||
| 192 | these crashes. You should consider switching to a free X server, such | 192 | these crashes. You should consider switching to a free X server, such |
| 193 | as Xming or Cygwin/X. | 193 | as Xming or Cygwin/X. |
| 194 | 194 | ||
| 195 | ** Emacs crashes with SIGSEGV in XtInitializeWidgetClass. | ||
| 196 | |||
| 197 | It crashes on X, but runs fine when called with option "-nw". | ||
| 198 | |||
| 199 | This has been observed when Emacs is linked with GNU ld but without passing | ||
| 200 | the -z nocombreloc flag. Emacs normally knows to pass the -z nocombreloc | ||
| 201 | flag when needed, so if you come across a situation where the flag is | ||
| 202 | necessary but missing, please report it via M-x report-emacs-bug. | ||
| 203 | |||
| 204 | On platforms such as Solaris, you can also work around this problem by | ||
| 205 | configuring your compiler to use the native linker instead of GNU ld. | ||
| 206 | |||
| 195 | ** When Emacs is compiled with Gtk+, closing a display kills Emacs. | 207 | ** When Emacs is compiled with Gtk+, closing a display kills Emacs. |
| 196 | 208 | ||
| 197 | There is a long-standing bug in GTK that prevents it from recovering | 209 | There is a long-standing bug in GTK that prevents it from recovering |