id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
5,partcl's [puts hi] exposes memory leaks in r33137,coke,,"First get a copy of parrot (r33137) and partcl (r172) 

(( http://code.google.com/p/partcl/wiki/PartclSource ))

Once you've built partcl, run the following command:

valgrind --suppressions=/home/coke/sandbox/parrot/tools/dev/parrot.supp --num-callers=500 --leak-check=full --leak-resolution=high --show-reachable=yes ./parrot --leak-test languages/tcl/tcl.pbc -e ""puts hi""

This generates the about-to-be-attached valgrind output. (I've suppressed some uninit. warnings in this output to highlight the memory issues.)",bug,closed,major,,core,,none,duplicate,memory,,tcl,,linux
