Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History
 
 

valgrind

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
valgrind-generate-sups.sh
=========================

This script can be used to generate valgrind suppression file.
Valgrind will show a lot of python related errors, to filter them out You can:

./valgrind-generate-sups.sh > valgrind.suppression
valgrind --tool=memcheck --suppressions=valgrind.suppression [ARGS]