Raymond Toy <toy(a)rtp.ericsson.se> writes:
Jan> That would at least make some sense as that is basically
the only
Jan> special thing eudc does.. What happens if you explicitly load
Jan> "eudc.el" (i.e. the uncompiled file)?
It works just fine. (See also my reply to Oscar.)
OK.. It seems like you are on to some race condition in the new
optimized byte code stuff. You need to go on hunting. Homework for
today
1. Add a (debug-on-entry 'eudc-set-server) to the top your options
file. Single step until you get the crash (it might be you don't
get it anymore) :-(
2. Start stripping stuff from eudc-set-server until the crash
disappears. Repeat for the offending functions it calls.
Jan
P.S. Are you compiling with any special options (pdump ?)