[armedbear-ticket] [armedbear] #75: Character \U0080 causes infinite loop
#75: Character \U0080 causes infinite loop ------------------------+--------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: CLOS | Version: Keywords: | ------------------------+--------------------------------------------------- The following code causes an infinite loop on systems which do not support character \U0080 in their default output character set: (defparameter single-character-symbols '#.(let ((a (make-array 129))) (dotimes (i 129) (setf (svref a i) (make-string 1 :initial-element (code-char i)))) a)) -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/75> armedbear <http://common-lisp.net/project/armedbear> armedbear
#75: Character \U0080 causes infinite loop -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: CLOS | Version: Resolution: | Keywords: -------------------------+-------------------------------------------------- Comment(by ehuelsmann): That is to say: the above code causes said infinite loop on *file compilation* of the above code. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/75#comment:1> armedbear <http://common-lisp.net/project/armedbear> armedbear
#75: Character \U0080 causes infinite loop -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: new Priority: major | Milestone: Component: libraries | Version: Resolution: | Keywords: -------------------------+-------------------------------------------------- Changes (by ehuelsmann): * owner: somebody => nobody * component: CLOS => libraries Comment: Definitely not the CLOS component; rather the compiler component. However, since I know the fix now: set to "libraries" component. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/75#comment:2> armedbear <http://common-lisp.net/project/armedbear> armedbear
#75: Character \U0080 causes infinite loop -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: nobody Type: defect | Status: closed Priority: major | Milestone: Component: libraries | Version: Resolution: fixed | Keywords: -------------------------+-------------------------------------------------- Changes (by ehuelsmann): * status: new => closed * resolution: => fixed Comment: Fixed in r12321. -- Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/75#comment:3> armedbear <http://common-lisp.net/project/armedbear> armedbear
participants (1)
-
armedbear