Ticket #5 (reopened bug)
partcl's [puts hi] exposes memory leaks in r33137
Reported by: | coke | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Severity: | none | Keywords: | memory |
Cc: | Language: | tcl | |
Patch status: | Platform: | linux |
Description
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.)
Change History
Note: See
TracTickets for help on using
tickets.