Ticket #35 (new bug) — at Version 1

Opened 13 years ago

Last modified 13 years ago

./parrot with no args leaks memory

Reported by: coke Owned by:
Priority: minor Milestone:
Component: none Version: trunk
Severity: low Keywords: leak memory
Cc: Language:
Patch status: Platform:

Description (last modified by coke) (diff)

Revision: 33777

run the newly added tools/dev/vgp with no arguments, which runs:

valgrind --suppressions=tools/dev/parrot.supp --num-callers=500 --leak-check=full --leak-resolution=high --show-reachable=yes ./parrot --leak-test

This results in the expected parrot usage message, and >20K lines of valgrind output, ending with:

==23917== LEAK SUMMARY:
==23917==    definitely lost: 0 bytes in 0 blocks.
==23917==      possibly lost: 0 bytes in 0 blocks.
==23917==    still reachable: 947,176 bytes in 1,952 blocks.
==23917==         suppressed: 0 bytes in 0 blocks.

Change History

Changed 13 years ago by coke

  • description modified (diff)
Note: See TracTickets for help on using tickets.