I'm using BDB 4.6 with this my-config.sexp ;; Linux defaults #+(and (or sbcl allegro openmcl lispworks) (not (or mswindows windows)) (not (or macosx darwin))) ((:compiler . :gcc) (:berkeley-db-version . "4.6") (:berkeley-db-include-dir . "/usr/include/") (:berkeley-db-lib-dir . "/usr/lib/") (:berkeley-db-lib . "/usr/lib/libdb-4.6.so") (:berkeley-db-deadlock . "/usr/bin/db4.6_deadlock") (:berkeley-db-cachesize . 20971520) (:berkeley-db-map-degree2 . t) (:clsql-lib-paths . nil) (:prebuilt-libraries . nil))
On Mon, Jun 2, 2008 at 10:18 AM, Ian Eslick <[EMAIL PROTECTED]> wrote: > Just to ask the basic questions. Which BDB are you using and does your > my-config.sexp match that version? > > Ian > > On Jun 1, 2008, at 11:44 PM, Leonardo Varuzza wrote: > >> Hello, >> >> If I change the declaim in the top of berkeley-db.lisp to (safety 3) >> (debug 3), I got this error from SBCL 1.0.17 on AMD64: >> >> invalid number of arguments: 1 >> [Condition of type SB-INT:SIMPLE-PROGRAM-ERROR] >> >> Restarts: >> 0: [ABORT-REQUEST] Abort handling SLIME request. >> 1: [TERMINATE-THREAD] Terminate this thread (#<THREAD "repl-thread" >> {10033483B1}>) >> >> Backtrace: >> 0: (DB-BDB::%DB-ENV-CREATE 0)[:EXTERNAL] >> 1: (DB-BDB::DB-ENV-CREATE) >> >> >> Using the normal optimization settings I got the error: >> >> Unhandled memory fault at #x4020002. >> >> Which is exactly the address of the variable errno in the C-function >> db_env_cr. Maybe the error is caused by 64 C code. >> >> Anybody is using elephant in a 64 machine? >> >> -- >> The most fundamental particles in this product are held together by a >> "gluing" force about which little is currently known and whose >> adhesive power can therefore not be permanently guaranteed. >> _______________________________________________ >> 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 > -- The most fundamental particles in this product are held together by a "gluing" force about which little is currently known and whose adhesive power can therefore not be permanently guaranteed. _______________________________________________ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel