[slime-devel] which version of slime with which version of sbcl?

Frédéric Gobry frederic.gobry at epfl.ch
Wed Jun 29 14:46:43 UTC 2005


Hi,

I'm a new lisper, and I'm trying to use sbcl and slime together, on
Debian (sbcl-0.9.1.41-1 from unstable).

I tried slime-1.2.1 which gave strange errors (I don't have them at
hand but can reproduce them if you wish), and switched to the CVS
version. Now I can connect to the sbcl process, evaluate a few
expressions from the REPL, but as soon as I do C-c C-c from a lisp
file, I get this error:

Unable to display error condition: The value
  #S(SB-C::DEBUG-SOURCE
     :FROM :FILE
     :NAME "/tmp/fileCdgZoa"
     :CREATED 3329044824
     :COMPILED 3329044824
     :SOURCE-ROOT 0
     :START-POSITIONS #(0)
     :FUNCTION NIL
     :PLIST NIL)
is not of type
  SEQUENCE.
   [Condition of type SB-KERNEL::ARG-COUNT-ERROR]

Restarts:
  0: [ABORT] Abort SLIME compilation.
  1: [ABORT] Abort handling SLIME request.
  2: [ABORT] Exit debugger, returning to top level.

Backtrace:
  0: (SWANK-BACKEND::DEBUG-SOURCE-FOR-INFO-ADVICE #<SB-C::SOURCE-INFO >)
  1: (SB-FASL:FASL-DUMP-SOURCE-INFO #<SB-C::SOURCE-INFO > #<SB-FASL:FASL-OUTPUT "/tmp/fileCdgZoa.fasl">)
  2: ((LAMBDA NIL))
  3: (SB-C::%WITH-COMPILATION-UNIT #<CLOSURE (LAMBDA NIL) {9BD3955}>)
  4: (SB-C::SUB-COMPILE-FILE #<SB-C::SOURCE-INFO >)
  5: (COMPILE-FILE "/tmp/fileCdgZoa")


>From that point, any evaluation (from the REPL, or from a file) lead
to a similar error.

Do you have an idea of what's going on?

Thanks in advance,

Frédéric




More information about the slime-devel mailing list