Steve Harris <sharris(a)primus.com> writes:
In XEmacs 21.2 (beta31) "Iris" [Lucid]
(sparc-sun-solaris2.5.1, Mule) of Mon Mar 20 2000 on zhora
configured using `configure --site-includes=/usr/local/include
--site-libraries=/usr/local/sun4/lib --prefix=/tools/xemacs-beta/21.2-pdump
--with-sound=none --with-mule --debug=no --error-checking=none --without-tooltalk
--without-workshop --pdump'
[...]
If I start up XEmacs and invoke W3 ('M-x w3'), XEmacs crashes
almost
immediately. Gnus also invokes w3 when it encounters an HTML message,
which produces the exact same crashing behavior. It doesn't seem to
matter whether I do any other activities before invoking w3, with one
exception. If I specify w3 on the xemacs command-line ('-f w3'), it
starts up and prints the error
"No more character sets for this dimension: 1"
and otherwise works okay. If I then invoke w3 again ('M-x w3'), the
same crash behavior occurs.
The problem is, when pdump is enabled,
next_allocated_1_byte_leading_byte and
next_allocated_2_byte_leading_byte are not initialized
correctly.
I think adding reinit_vars_of_mule_charset or something and
initialize those value will fix the problem. However, I
don't understand how pdump works and I don't know how to fix
it. Probably Olivier can help you.
--
Yoshiki Hayashi