File: README.valgrind

package info (click to toggle)
labplot 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,228 kB
  • ctags: 7,649
  • sloc: cpp: 60,030; ansic: 2,991; python: 396; xml: 132; awk: 35; sh: 31; makefile: 28
file content (13 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
######### Suppression file: ##########
to generate a file suppressing a lot of valgrind messages found for Qt, run 

# valgrind --leak-check=full --show-reachable=yes --error-limit=no --gen-suppressions=all --log-file=labplot.supp ../build/src/labplot2
# cat labplot.supp | parse_valgrind_suppressions.sh > labplot_minimal.supp

To use this file run
# valgrind --suppressions=labplot_minimal.supp ../build/src/labplot2


More on valgrind's suppression files can be found here:
http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress
http://wiki.wxwidgets.org/Valgrind_Suppression_File_Howto