Is this on a fresh database or an old database? Does your installation pass the regression suite? Unfortunately the backtrace alone here doesn't tell us much. You might also try pushing :elephant-without-optimize onto the *features* list and recompiling elephant and see if you get a more informative backtrace.

Can you provide a standalone test example that we can use to reproduce the error?

Thanks,
Ian


On Jun 19, 2007, at 5:36 AM, [EMAIL PROTECTED] wrote:

I am trying to do

(ELEPHANT::DESERIALIZE-FROM-BASE64-STRING "DwMAAAANCREAAABTUUwtSU5ERVhFRC1CVFJFRQkIAAAAREItQ0xTUUw="
elephant:*store-controller*)

and have error with this backtrace

  0: (INTERN NIL #<PACKAGE "DB-CLSQL">)
      Locals:
        SB-DEBUG::ARG-0 = 2
        SB-DEBUG::ARG-1 = NIL
        SB-DEBUG::ARG-2 = #<PACKAGE "DB-CLSQL">
1: ((LABELS ELEPHANT-SERIALIZER2::%DESERIALIZE) #<unavailable lambda list>)
      Locals:
  2: (ELEPHANT-SERIALIZER2::DESERIALIZE #<unavailable lambda list>)
      Locals:
  3:
(ELEPHANT::DESERIALIZE-FROM-BASE64-STRING "DwMAAAANCREAAABTUUwtSU5ERVhFRC1CVFJFRQkIAAAAREItQ0xTUUw="
#<SQL-STORE-CONTRO$
      Locals:
        SB-DEBUG::ARG-0
= "DwMAAAANCREAAABTUUwtSU5ERVhFRC1CVFJFRQkIAAAAREItQ0xTUUw="
        SB-DEBUG::ARG-1 = #<SQL-STORE-CONTROLLER (SQLITE3 sqlite.db)>

this error appeared after upgrading from some RC to latest version avaliable
through asdf-install

system: debian lenny, sbcl 1.0.5, sqlite3 3.3.17
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

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

Reply via email to