Hi,
I'm having trouble starting slime when swank is already in the core.
This is what I'm trying to do:
$ clbuild dumpcore slime $ echo 'START_SLIME_USING_CORE=42' >>clbuild.conf $ clbuild slime -nw -q
which used to work, but now I get this:
------------------------------------------------------------------------------- Control stack exhausted (no more space for function call frames). This is prob$ [Condition of type SB-KERNEL::CONTROL-STACK-EXHAUSTED]
Restarts: 0: [ABORT] Exit debugger, returning to top level.
Backtrace: 0: (SB-KERNEL::CONTROL-STACK-EXHAUSTED-ERROR) 1: ("foreign function: #x41FFA2") 2: ("foreign function: #x2B346806F000") 3: (READ-CHAR #<SYNONYM-STREAM :SYMBOL SWANK::*CURRENT-STANDARD-INPUT* {204F0$ 4: (READ-CHAR #<SYNONYM-STREAM :SYMBOL SWANK::*CURRENT-STANDARD-INPUT* {204F0$ ...
What's the right way to do this with current slime?
Thanks, David