#25: Compiler bug ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: Core | Version: 2008-11 Resolution: | Keywords: compiler ---------------------+------------------------------------------------------
Comment(by rtoy):
A related bug
{{{ (defun foo2 () (catch (make-symbol "CMUCL-DEBUG-CATCH-TAG") (make-string 49))) }}}
Same results: {{{STACK-ANALYZE}}} crashes because {{{NODE-PREV}}} is {{{NIL}}}.