[Openmcl-devel] Crash on x64 ccl when loading weblocks
R. Matthew Emerson
rme at clozure.com
Thu Dec 2 10:33:02 PST 2010
On Dec 1, 2010, at 7:54 AM, Ralph Moritz wrote:
> Hi everyone,
>
> I know this might be regarded as OT but someone suggested this might
> be a Clozure CL bug & that I should post it here.
>
> Anyway, a paste is worth a 1,000 words:
> http://paste.lisp.org/display/117085#1
OK, so you are running 64-bit Windows.
My guess is that you are getting tripped up in the OpenSSL library.
Try this:
* delete everything in ~/AppData/Roaming/common-lisp/cache
* start the lisp and do (push :hunchentoot-no-ssl *features*)
* load weblocks
I tried this with the 1.6 beta, and it seems to work.
There used to be (or maybe there still is) an issue with OpenSSL where the library and the users of the library all had to be linked with identical settings. I don't know if that's what happening here, but taking OpenSSL out of the picture seems to help.
More information about the Openmcl-devel
mailing list