[armedbear-ticket] [armedbear] #89: compiler stack inconsistency
    armedbear 
    armedbear-devel at common-lisp.net
       
    Mon Mar 22 00:27:44 UTC 2010
    
    
  
#89: compiler stack inconsistency
-----------------------+----------------------------------------------------
  Reporter:  mevenson  |       Owner:  ehuelsmann
      Type:  defect    |      Status:  new       
  Priority:  major     |   Milestone:            
 Component:  compiler  |     Version:  0.20      
Resolution:            |    Keywords:            
-----------------------+----------------------------------------------------
Comment(by mevenson):
 Simplified test case (which only produces one stack inconsistency
 message):
 {{{
 (defun get-uid ()
   (let ((stream (make-string-input-stream "foo" 0)))
     (read-line stream)
     (handler-case 42)))
 }}}
-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/89#comment:1>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
    
    
More information about the armedbear-ticket
mailing list