aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-26 19:36:21 +0000
committerEli Zaretskii2001-09-26 19:36:21 +0000
commit78ce82adcebc46bc5b6a9597dd62f1374dbb2624 (patch)
tree7b4b2dbb0f4bbb076d1ecbdebc9ac878a40b485c
parente9a52cfeb5a68beb88e1a9530213dcd4e2f1ed74 (diff)
downloademacs-78ce82adcebc46bc5b6a9597dd62f1374dbb2624.tar.gz
emacs-78ce82adcebc46bc5b6a9597dd62f1374dbb2624.zip
Mention core dumps inside XIM on Solaris 8.
-rw-r--r--etc/PROBLEMS15
1 files changed, 10 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 5c8c8fbfdd7..798bc6430bb 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3,17 +3,22 @@ in compiling, installing and running GNU Emacs.
3 3
4* Emacs dumps core on Solaris in function IMCheckWindow. 4* Emacs dumps core on Solaris in function IMCheckWindow.
5 5
6This was reported to happen when Emacs runs with more than one frame,
7and one of them is closed, either with "C-x 5 0" or from the window
8manager.
9
6This bug was reported to Sun as 10This bug was reported to Sun as
7 11
8 Gtk apps dump core in ximlocal.so.2:IMCheckIMWindow() 12 Gtk apps dump core in ximlocal.so.2:IMCheckIMWindow()
9 Bug Reports: 4463537 13 Bug Reports: 4463537
10 14
11The bug is said to be "Integrated in Releases: s81_40" but there is no 15Installing Solaris 8 patch 108773-12 for Sparc and 108874-12 for x86
12Patch ID listed. 16reportedly fixes the bug, which appears to be inside the shared
17library xiiimp.so.
13 18
14As far as Emacs is concerned, you can configure it with 19Alternatively, you can configure Emacs with `--with-xim=no' to prevent
15`--with-xim=no' to prevent the core dump, but will loose X input 20the core dump, but will loose X input method support, of course. (You
16method support, of course. 21can use Emacs's own input methods instead, if you install Leim.)
17 22
18* Building Emacs with GCC 2.9x fails in the `src' directory. 23* Building Emacs with GCC 2.9x fails in the `src' directory.
19 24