This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
In XEmacs 21.2 (beta34) "Molpe" [Lucid] (powerpc-unknown-linux, Mule) of Mon Jul 10 2000 on blue
configured using `configure --with-mule'
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
Make a symlink with a non-ASCII character in it. Then say something
like:
(file-symlink-p "/music/new/Caliméro")
where "/music/new/Caliméro" is the symlink you made.
You will then get:
Fatal error: assertion failed, file mule-charset.h, line 602, 0 <= fb && fb < 0xA0
Fatal error (6).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
If you have access to the PROBLEMS file that came with your
version of XEmacs, please check to see if your crash is described
there, as there may be a workaround available.
Otherwise, please report this bug by running the send-pr
script included with XEmacs, or selecting `Send Bug Report'
from the help menu.
As a last resort send ordinary email to `crashes(a)xemacs.org'.
*MAKE SURE* to include the information in the command
M-x describe-installation.
If at all possible, *please* try to obtain a C stack backtrace;
it will help us immensely in determining what went wrong.
To do this, locate the core file that was produced as a result
of this crash (it's usually called `core' and is located in the
directory in which you started the editor, or maybe in your home
directory), and type
gdb /usr/local/src/xemacs-21.2/src/xemacs core
then type `where' when the debugger prompt comes up.
(If you don't have GDB on your system, you might have DBX,
or XDB, or SDB. A similar procedure should work for all of
these. Ask your system administrator if you need more help.)
Lisp backtrace follows:
file-symlink-p("/music/new/Caliméro")
eval((file-symlink-p "/music/new/Caliméro"))
# bind (expr)
eval-interactive((file-symlink-p "/music/new/Caliméro"))
# bind (standard-output opoint ignore-quotes eval-last-sexp-arg-internal)
eval-last-sexp(nil)
# bind (command-debug-status)
call-interactively(eval-last-sexp)
# (condition-case ... . error)
# (catch top-level ...)