-- Evgeny Roubinchtein <evgenyr(a)cs.washington.edu> spake thusly:
In XEmacs 21.2 (beta44) "Thalia" [Lucid]
(i386-unknown-freebsd4.2,
Mule) of Sun Feb 18 2001 on ruby.localdomain configured using
`configure --with-mule --site-includes=/usr/local/include
--site-libraries=/usr/local/lib'
I did a "cvs -up -r release-21-2 this morning."
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
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
#4 0x817ad44 in bytind_to_bufpos (buf=0x83a1a00, x=4771)
at /usr/local/xemacs/beta/src/insdel.c:1122
#5 0x81c49e4 in re_search_2 (bufp=0x82d7ca0,
str1=0x287d63b2 "File: dir\tNode: Top\tThis is the top of the
INFO tree\n\n This is Info, the online documentation browsing
system.\n This page (the Directory node) gives a menu of major
topics.\n\n button1 or button2 on "..., size1=11128,
str2=0x287d9b20 "", size2=0, startpos=4770, range=6358,
regs=0x82d91b4, stop=11128) at
/usr/local/xemacs/beta/src/regex.c:4050
#6 0x81ccb81 in search_buffer (buf=0x83a1a00, string=141856388,
bufpos=5685, buflim=12043, n=1, RE=1, trt=139626496,
inverse_trt=139628544, posix=0) at
/usr/local/xemacs/beta/src/search.c:1221
This one's my fault. Evgeny, can I get a copy of your dir file
(probably '/usr/info/dir' or '/usr/share/info/dir')? Preferably encoded
rather than plain text. I suspect there's some extended characters in
there that it's choking on.
Thanks.