diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-09-19 09:22:35 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-09-19 09:22:35 +0000 |
commit | ebbd51085763d156542c5302d5929530c736ef25 (patch) | |
tree | 73e3a3d5496ba83d20169f07873cf914732be834 /etc/PROBLEMS | |
parent | 7121b85a897260bdcae8f2dcbed9efec928dcacd (diff) | |
download | emacs-ebbd51085763d156542c5302d5929530c736ef25.tar.gz |
Add Solaris IM bug.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r-- | etc/PROBLEMS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 254e29ec90c..1d46c40de4d 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -1,6 +1,20 @@ This file describes various problems that have been encountered in compiling, installing and running GNU Emacs. +* Emacs dumps core on Solaris in function IMCheckWindow. + +This bug was reported to Sun as + + Gtk apps dump core in ximlocal.so.2:IMCheckIMWindow() + Bug Reports: 4463537 + +The bug is said to be "Integrated in Releases: s81_40" but there is no +Patch ID listed. + +As far as Emacs is concerned, you can configure it with +`--with-xim=no' to prevent the core dump, but will loose X input +method support, of course. + * Building Emacs with GCC 2.9x fails in the `src' directory. This may happen if you use a development version of GNU `cpp' from one |