[cmucl-ticket] [cmucl] #25: Compiler bug
cmucl
cmucl-devel at common-lisp.net
Mon Dec 1 15:58:26 UTC 2008
#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}}}.
--
Ticket URL: <http://127.0.0.1:8000/cmucl/ticket/25#comment:1>
cmucl <http://common-lisp.net/project/cmucl>
cmucl
More information about the cmucl-ticket
mailing list