>>>> "Robert" == Robert Leach
<robleach(a)lanl.gov> writes:
Robert> OK, here. I've got more info for you. I just tried
Robert> mv'ing my .xemacs directory to a backup and tried
Robert> executing again. It got farther. The window came up and
Robert> stayed, but when I tried to open a file, I got a
Robert> segmentation fault again.
Well, you are apparently crashing each time where a Lisp error
occurred, in the regexp code that parses the Lisp error output. The
classic cause of that is too little stack; make sure you've got enough
stack. (ulimit -s.) I think 21.5.12 includes the new code that is
supposed to allocate from the heap instead of the stack for
"expensive" regexps, and that may be buggy.
Robert> No core file was generated - I haven't turned that on...
Please do, or run XEmacs from the debugger. Without a C stack trace,
it's the nature of an interpreted language that all we can say for
sure is "the crash is somewhere in these 6MB of machine code...."
Please send us a copy of your Installation file, which doesn't seem to
be anywhere in the thread.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.