aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2004-02-16 18:32:18 +0000
committerEli Zaretskii2004-02-16 18:32:18 +0000
commit24efe898bdbdf20545524f22658d7c837d7abffb (patch)
treee54f4f70fc352a52e019e3a494bb55e483974995 /etc/PROBLEMS
parent3d5ac4d9e0da61cc0f5597561f89590f51fc4930 (diff)
downloademacs-24efe898bdbdf20545524f22658d7c837d7abffb.tar.gz
emacs-24efe898bdbdf20545524f22658d7c837d7abffb.zip
Document crashes on X when build with GCC and GNU ld.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index df6bfffa0ec..30a65b01bb7 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -58,6 +58,20 @@ xrealloc(). Relinking the application (by deleting src/temacs and
58running make) will solve the problem. It appears to be caused by some 58running make) will solve the problem. It appears to be caused by some
59problems with the unexec code and its interaction with libSystem.B. 59problems with the unexec code and its interaction with libSystem.B.
60 60
61* Emacs crashes with SIGSEGV on Solaris in XtInitializeWidgetClass
62
63It crashes on X, but runs fine when called with option "-nw".
64
65This has been observed when emacs is linked with GNU ld instead of
66Solaris ld. To check which ld is used by gcc add "-V" to
67TEMACS_LDFLAGS in src/Makefile. Alternatively the executable size may
68be used as an indication of which linker is used. The size is
69approximately 15M when linked with solaris ld compared to 9M when
70linked with GNU ld.
71
72The fix is to reconfigure/install gcc, making sure that the SUN linker
73is used.
74
61* Characters from the mule-unicode charsets aren't displayed under X. 75* Characters from the mule-unicode charsets aren't displayed under X.
62 76
63XFree86 4 contains many fonts in iso10646-1 encoding which have 77XFree86 4 contains many fonts in iso10646-1 encoding which have