I worked on this project with Clojure, so they may be willing to help diagnose.
I'll be looking into this later this month when I upgrade the running server
and add some features to that old project I mentioned. -Ian
On Sep 9, 2011, at 12:06 PM, Alex Mizrahi wrote:
>> I use CCL for some produ
I use CCL for some production CL applications that use Elephant. Which version
of CCL are you having problems with? I haven't upgraded in awhile - 1.2-1.4
were all good for me.
The latest available, 1.7, 64-bit. 1.6 had same problems IIRC.
I've localized a problem a bit: it is triggered by
I use CCL for some production CL applications that use Elephant. Which version
of CCL are you having problems with? I haven't upgraded in awhile - 1.2-1.4
were all good for me.
On Sep 9, 2011, at 3:23 AM, Alex Mizrahi wrote:
> It looks like something weird happens with CCL's CLOS when we loa
Unexpected Error: #"
{1002E81E41}>
failed AVER: NSLOTDS
I've found source of this error -- SBCL's internal %UPDATE-CLASS assumes
that slot-allocation is either :instance or :class (and we have
:database for persistent slots), so it breaks when you drop a virtual
slot (i.e. redefine class with
It looks like something weird happens with CCL's CLOS when we load
Elephant. Given that we have openmcl-mop-patches.lisp, it might be that
we break something with out patches. Or something...
Is anybody interested in Elephant on CCL? Or other CL implementations?
If not, it will be SBCL-only un