bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bugs #12216] runaway expression


From: Per Bothner
Subject: [Bug-kawa] [bugs #12216] runaway expression
Date: Fri, 18 Mar 2005 06:06:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Update of bugs #12216 (project kawa):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

Actually, the expression "works", and does the same as:
(make <list>)

The problem is that printing the list causes an infinite loop or stack
overflow, because the resulting gnu.lists.LList object is not a valid <list>
- it is neither a <pair> nor is it the empty list.  That's why you're not
supposed to (make <list>) - the LList constructor is only public to support
serialization.

I fixed the printer/formatting/toString routines to handle this pathological
case.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12216>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]