[hunchentoot-devel] hunchentoot-1.2.2 throw a Recursive lock attempt error in sbcl 1.0.55
Xu Jingtao
jingtaozf at gmail.com
Sat Mar 3 13:48:28 UTC 2012
That's my pleasure.
I'll check my codes as you suggest.
Thanks very much!
>
> This seems to be a nasty one. How did you get your copy of
> flexi-streams? It seems that it has been extracted with DOS line
> endings, and SBCL does not support that. While it will treat the
> #\Return characters as white space in source code and skip it, it will
> read it into string literals. In this case, the #\Return ended up in
> a format string in flexi-streams' length.lisp file and caused an
> error, as ~#\Return is not a valid format control sequence.
>
> One could debate whether SBCL is buggy here or not, but in any case,
> you can solve the problem by making sure that your Lisp source files
> have only
___________________________________
More information about the Tbnl-devel
mailing list