RCohen <rcohen(a)llnl.gov> writes:
xemacs (21.4.5) seems to reliably crash when reading vm mail
with too-long a recipient list. This is on a Mac G4 running
OS 10.1.2.
[1] Segmentation fault xemacs -f vm
[cohen2m3:~] rcohen%
Fatal error (11).
Unfortunately the crash produces a segmentation fault but no CORE
file, so I cannot provide a backtrace. It doesn't seem to matter
whether the characters are in the "To" field or the "CC" field.
Can you retry starting xemacs under gdb? Then you can get a backtrace
even without a core file.
What is your stacksize limit? see "umlimit -a". Try increasing it.
VM is probably using regexps to find the fields, the can use quite a
lot of stack.
Jan