Warning, /education/labplot/admin/README.valgrind is written in an unsupported language. File is not indexed.
0001 ######### Suppression file: ########## 0002 to generate a file suppressing a lot of valgrind messages found for Qt, run 0003 0004 # valgrind --leak-check=full --show-reachable=yes --error-limit=no --gen-suppressions=all --log-file=labplot.supp ../build/src/labplot2 0005 # cat labplot.supp | parse_valgrind_suppressions.sh > labplot_minimal.supp 0006 0007 To use this file run 0008 # valgrind --suppressions=labplot_minimal.supp ../build/src/labplot2 0009 0010 0011 More on valgrind's suppression files can be found here: 0012 http://valgrind.org/docs/manual/manual-core.html#manual-core.suppress 0013 http://wiki.wxwidgets.org/Valgrind_Suppression_File_Howto