On Wed, 10 Aug 2005 10:59:22 +0200, Edi Weitz edi@agharta.de said:
Edi> If SLIME is connected to LispWorks running its own IDE and I execute Edi> "Compile Defun" on an arbitrary function in the LispWorks editor then Edi> I get a processor fault - full backtrace below. Does anyone have an Edi> idea what could be the cause?
The debugger's idea of the args to EDITOR::DISPLAY-COMPILE-FILE-STATUS might be bogus, so the output from tracing COMPILE-FILE and EDITOR::DISPLAY-COMPILE-FILE-STATUS would be useful.
__Martin