#304: Stack abstraction inconsistency between Java and Lisp frames -------------------------+-------------------------------------------------- Reporter: mevenson | Owner: ehuelsmann Type: defect | Status: new Priority: major | Milestone: 1.2.0 Component: interpreter | Version: 1.2.0-dev Keywords: has-test | -------------------------+-------------------------------------------------- Changes (by mevenson):
* keywords: needs-test => has-test
Comment:
How to increase the length of the current backtrace:
{{{ CL-USER> (length (sys:backtrace)) 73 CL-USER> (pathname "file:") ; Evaluation aborted on #<SIMPLE-ERROR {33B96470}>. CL-USER> (length (sys:backtrace)) 83 }}}