On Sun, 20 Jun 2004 18:08:04 +0200, Klaus Harbo klaus@harbo.net said:
Klaus> I run Lispworks on WinXP and Emacs on my OpenBSD box. SLIME Klaus> occassionally provokes an error: The Lispworks debugger says 'Error in Klaus> thread "control-thread"', "PROCESS-WAIT called when scheduling not Klaus> allowed".
Klaus> Note that I run Lispworks on Windows XP and Emacs on my OpenBSD box. Klaus> I strongly suspect that the problem is related to Lispworks Klaus> multiprocessing.
The error means that something is mis-using PROCESS-WAIT, but we need to know more. Next time it happens, please try to get a bug report including a backtrace by using the :bug-form command.
How is Windows XP running on OpenBSD (some kind of emulator or VM)?
__Martin