On Jan 4, 2008 2:54 AM, Ian Eslick <[EMAIL PROTECTED]> wrote:
> Hi Victor,
>
> Sounds like your transaction is blowing out the shared memory
> allocated by Berkeley DB to store dirty pages. This is caused by
> transactions that are too large; putting an entire file of data could
> well accomplish
IE> We'll need alot more information to help.
my telepathy says it's stuff in memutil.lisp
;; Thanks to Juho Snellman for this idiom.
(eval-when (:compile-toplevel)
(defun new-style-copy-p ()
#+(and sbcl sb-unicode)
(if (find-symbol "COPY-UB8-FROM-SYSTEM-AREA" "SB-KERNEL")
'(:and)
'(
We'll need alot more information to help. Can you tell us on what
file the compile failed, and provide the complete compilation output
prior to that point?
Also you say that you can't compile elephant, but that open-store for
CLSQL works? Do you mean you have a problem in a specific backe
I doubt I will be able to add any insight into this.
Can you tell which of the many compiled files it occurs in?
I get lots of STYLE-WARINGS under SBCL on Linux; it is very chatty.
Some of those things represent things that we could actually improve.
On Sat, 2008-01-05 at 18:42 +, Luis Olive
Hello,
I'm getting a strange error when trying to compile Elephant using SBCL:
unknown operator in feature expression: (#:|#.759|).
[Condition of type SIMPLE-ERROR]
I couldn't pin down where exactly that error is coming from but it seems
to happen towards the end of the file because this