Hacker News new | ask | show | jobs
by lttlrck 3647 days ago
Thank you!!! This helped me find two memory leaks that I have been trying to locate for 2 weeks - in less than an hour. It wasn't a live system but being able to attach to a running process and specify a timeout allowed me to almost completely filter out init and garbage collection from the output. Valgrind was not helpful, I was at the point of looking at raw core dumps (and now I know what the problem is it would probably have worked...)
1 comments

Glad to hear this.