Hi,<br><br>I have a piece of code which runs in SBCL but is throwing an error when running on Allegro Lisp. The relevant portion of the backtrace thrown by hunchentoot is given below:<br><pre> ->(SYS::..RUNTIME-OPERATION . :UNKNOWN-ARGS)
<br>   (TPL:DO-COMMAND "zoom" :FROM-READ-EVAL-PRINT-LOOP NIL :COUNT T :ALL<br>                   T)<br>   (TBNL:GET-BACKTRACE #1=#<SIMPLE-ERROR @ #x1001b57d32>)<br>   ((:INTERNAL TBNL::PROCESS-REQUEST 0) #1#)
<br>   (SIGNAL #1#)<br>   (ERROR SIMPLE-ERROR :FORMAT-CONTROL<br>          "Attempt to store into purespace address #x~x."<br>          :FORMAT-ARGUMENTS #2=(182935334912))<br>   (EXCL::ERROR-FROM-CODE 19 . #2#)
<br>   (SYS::..CONTEXT-SAVING-RUNTIME-OPERATION)   (NSTRING-UPCASE #3="Location")<br>   (TBNL::MAKE-KEYWORD #3#)<br>   (TBNL:REDIRECT "<a href="http://URL-DELETED">http://URL-DELETED</a>")</pre>In the make-keyword function. changing the default value of the parameter destructivep to 'nil' solves this error.
<br><br>Is this a bug? Or what?<br><br>Nandz.<br>-- <br><a href="http://nandz.blogspot.com">http://nandz.blogspot.com</a><br><a href="http://foodieforlife.blogspot.com">http://foodieforlife.blogspot.com</a>