>>>> "temu" == temu
<temu(a)medizin.uni-leipzig.de> writes:
temu> xemacs crashes immediately after startup. after removing
temu> ~/.xemacs completely it starts up. i set some options an
temu> use "save to init file". restart again. call "M-x
temu> cvs-status" -> crash.
temu> there are no core files anyway. only lisp backtrace:
Use
bash$ gdb `which xemacs` | tee xemacs.bt
(note backticks, or use full path to executable)
(gdb) run
to run XEmacs under the debugger, force XEmacs to crash, then
(gdb) bt
(gdb) quit
and send us the result captured in xemacs.bt.
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.