Multiple dispatch branch merged

Tim Heckman theckman at panix.com
Sun Oct 5 17:05:02 UTC 2008


On Oct 5, 2008, at 12:29 PM, Will Coleda wrote:
>>
>
> A quick 'make test' in tcl hangs, on this code in t/cmd_break.t
>
>  for {set a 0} {$a < 20} {incr a} {
>    if {$a > 10} { break }
>  }
>  set a
>
> which should result in '11', but instead loops infinitely. (apparently
> the conditonal is never satisfied)
>
> Haven't found the culprit yet, assuming it's related to the MMD merge.
>


Just happen to be running smoke tests at the moment, and I'm
seeing that multiple tcl tests seem to do this until Parrot VM panics
with out of memory.

cmd_break.t
cmd_continue.t
cmd_expr.t
cmd_for.t
cmd_if.t
cmd_while.t


--Tim



More information about the parrot-dev mailing list