mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 05:01:36 +00:00
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
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]
|
|
|