On Thu, 2006-10-05 at 16:52 -0700, Red Daly wrote:
I am not sure if I follow entirely.  perhaps you can elaborate if I seem
to have misunderstood.  I think the following program just loads
the :elephant system and then calls open-store.  Is this what you mean?

(asdf:operate 'asdf:load-op :elephant)
(let ((store-spec '(:BDB "store")))
  (elephant:open-store store-spec))

This code causes a the same sort of SBCL disconnect (and exit code 256).
Strangely I only see these errors in Slime.  Since I am a lisp novice, I
do not know much about how to debug these problems myself.

thanks again,
red daly

P.S.  I have also posted this problem on the slime-devel mailing list in
case they have any insights/resolutions.

The slime people should know better than we. 

However, make sure your version of slime is up-to-date, or at least known to work with your LISP.

Also, utf-8 issues can freak slime out; that is a possible source of trouble, but I don't think
it has anything to do with Elephant.


_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to