<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY>
On Thu, 2006-10-05 at 16:52 -0700, Red Daly wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#000000">I am not sure if I follow entirely.  perhaps you can elaborate if I seem</FONT></TT><BR>
    <TT><FONT COLOR="#000000">to have misunderstood.  I think the following program just loads</FONT></TT><BR>
    <TT><FONT COLOR="#000000">the :elephant system and then calls open-store.  Is this what you mean?</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#000000">(asdf:operate 'asdf:load-op :elephant)</FONT></TT><BR>
    <TT><FONT COLOR="#000000">(let ((store-spec '(:BDB "store")))</FONT></TT><BR>
    <TT><FONT COLOR="#000000">  (elephant:open-store store-spec))</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#000000">This code causes a the same sort of SBCL disconnect (and exit code 256).</FONT></TT><BR>
    <TT><FONT COLOR="#000000">Strangely I only see these errors in Slime.  Since I am a lisp novice, I</FONT></TT><BR>
    <TT><FONT COLOR="#000000">do not know much about how to debug these problems myself.</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#000000">thanks again,</FONT></TT><BR>
    <TT><FONT COLOR="#000000">red daly</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#000000">P.S.  I have also posted this problem on the slime-devel mailing list in</FONT></TT><BR>
    <TT><FONT COLOR="#000000">case they have any insights/resolutions.</FONT></TT><BR>
</BLOCKQUOTE>
<BR>
The slime people should know better than we.  <BR>
<BR>
However, make sure your version of slime is up-to-date, or at least known to work with your LISP.<BR>
<BR>
Also, utf-8 issues can freak slime out; that is a possible source of trouble, but I don't think<BR>
it has anything to do with Elephant.<BR>
<BR>
<BR>
</BODY>
</HTML>