-
Committer:
Kyle Nitzsche
-
Date:
2013-01-08 18:42:43 UTC
-
Revision ID:
kyle.nitzsche@canonical.com-20130108184243-ih2xrexkzgkctfzl
initial script to take a valgrind memcheck log and:
* split into individal stack traces for 'definitely lost' leaks
* remove sysstem specific memory locations and pid (so different systems' logs
can be compared apples-to-apples ('normalize' them)
* write the definitely lost stack traces to ouput dir ./stack_traces. If
it exists, rename to stack_traces_<epoch> first
I've included a valgrind memcheck log for eog in raring for convenience
for now.