~knitzsche/apport/process-vlog

  • 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.
Filename Latest Rev Last Changed Committer Comment Size
..
eog.log 1 11 years ago Kyle Nitzsche initial script to take a valgrind memcheck log and 5.5 MB Diff Download File
File process_vlog.py 1 11 years ago Kyle Nitzsche initial script to take a valgrind memcheck log and 1.6 KB Diff Download File