out of memory panic -- possible leak?
As noted by taylanub on #scheme, the program at http://www.larcenists.org/Twobit/src/trav2.scm makes Chicken run out of memory with the message "[panic] out of memory - cannot allocate heap segment - execution terminated" while for example Guile executes it fine. I could reproduce this both when compiled and interpreted with Chicken 4.6.5.
Change History (5)
Owner: |
set to felix winkelmann
|
Priority: |
major →
critical
|
Status: |
new →
assigned
|
Component: |
unknown →
core libraries
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Thanks for reporting. qq-forms where not optimized correctly which resulted in an internally generated
##sys#append
being called with a circular data structure.