HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:59:18 GMT Content-length: 837 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 35 ./parrot with no args leaks memory coke "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. }}} " bug closed minor none trunk low fixed leak memory