>>>> "Mats" == Mats Lidell
<matsl(a)xemacs.org> writes:
Mats> I just got this core dump. Don't know if this is new. But
Mats> then again I don't try to remember the backtraces ;-)
I don't recognize this one. It might be the "Lisp not properly
wrapped in redisplay" bug, but that usually actually says so. No Lisp
backtrace?
If you still have the core, can you run gdb, source .gdbinit from the
source directory, and type "lbt" (for "lisp back trace")? I
don't
think it will work, you need a running XEmacs. But it's worth a try.
Also, can you do "frame 6", then "pobj form"? That should tell you
some stuff about car_ and cdr_ in the struct Lisp_Cons (the form
should be a list), and then you can do pobj $2.car_ to find out what
(car form) is and so on.
--
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.