#719: out of memory running a tcl spec test
--------------------+-------------------------------------------------------
Reporter: coke | Owner:
Type: bug | Status: new
Priority: major | Milestone:
Component: none | Version: trunk
Severity: medium | Keywords: tcl blocker
Lang: | Patch:
Platform: |
--------------------+-------------------------------------------------------
Comment(by coke):
Here's a much shorter tcl snippet that exhibits the same memory issues:
{{{
for {set i 0} {$i < 2000} {incr i} {
set x {}
for {set j 0} {$j < $i} {incr j} {
lappend x 1435753299
}
puts $i
}
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/719#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets