[armedbear-devel] abcl hangs when building cl-pdf component pdf-geom.lisp

Carlos Ungil carlos.ungil at gmail.com
Mon Apr 12 21:06:09 UTC 2010


On Mon, Apr 12, 2010 at 9:39 PM, james anderson <james.anderson at setf.de> wrote:
>> This bit of the stacktrace would suggest there's a problem decoding
>> the UTF-8 in the file it's trying to read. Could it be that it
>> contains non-UTF-8 characters? If so, these should be replaced by ABCL
>> with replacement characters, but we have seen ABCL bugs in the past
>> where it was incorrectly looping in such cases.
>>
>> Is this such a case?
>
> i don't know. it's not my code. it one of the projects from the
> clbuild repertory which abcl trips over in the course of an
> exhaustive build.

Hello,

that file has a few comments in Spanish, and it seems to be encoded as
Latin-1 (not UTF-8).

$ file -I pdf-geom.lisp
pdf-geom.lisp: text/x-lisp; charset=iso-8859-1

I can't reproduce the problem on MacOSX (I'm using a check-out though,
not the clbuild copy), but deleting the comments will probably make
the problem go away.

Cheers,

Carlos




More information about the armedbear-devel mailing list