-- Norbert Koch <nk(a)LF.net> spake thusly:
If I open a mail containing a German umlaut, I'll get a core
dump.
The Lisp-backtrace ends in
string-match("\\b[^@ <>]+[!@][^@ <>]+\\b" "Isabelle
Tr\xf6ndle
<I.Troendle(a)delmia.de>") ^
|
hex representation
#3 0x80c92da in assert_failed (file=0x82ea4f1 "insdel.c", line=1122,
expr=0x82e9eef "VALID_BYTIND_P (buf, x)") at emacs.c:3214
-- Evgeny Roubinchtein <evgenyr(a)cs.washington.edu> spake thusly:
xemacs -vanilla
C-h i
Kaboom!
...
And here's gdb stack trace:
#3 0x80bf165 in assert_failed (file=0x828bb00
"/usr/local/xemacs/beta/src/insdel.c", line=1122, expr=0x828b2cf
"VALID_BYTIND_P (buf, x)")
at /usr/local/xemacs/beta/src/emacs.c:3214
-- Norbert Koch <nk(a)LF.net> spake thusly:
make bindist currently has a hard landing:
...
Formatting: 7bit ... Fatal error: assertion failed, file insdel.c,
line 1122, VALID_BYTIND_P (buf, x)
...
#2 0x80c977a in assert_failed (file=0x82eaa51 "insdel.c",
line=1122,
expr=0x82ea44f "VALID_BYTIND_P (buf, x)") at emacs.c:3214
I just committed the fix for these and related issues to CVS. Could you
please test the latest code to make sure it fixes these issues? Thanks.