Skip to content

A repository of Valgrind error suppression files for GNOME software

License

Notifications You must be signed in to change notification settings

leighman/GNOME.supp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository of Valgrind suppression files intended to be used to detect memory leaks in GNOME software using Valgrind.

Getting started

You will need Valgrind, GNU Make, and sed.

  1. Open a terminal and cd into GNOME.supp.

  2. make

GNU Make will generate suppression (SUPP) files in the project root. To use them with Valgrind, pass a --suppressions=<filename> option for each suppression file that you would like to use. For example, to use the suppressions in glib.supp, you would pass --suppressions=/path/to/GNOME.supp/glib.supp to Valgrind.

A all.supp file is created including all suppressions.

You can also add suppression lines to a ~/.valgrindrc file to automatically use them every time.

See the Valgrind page on GNOME Live! for tips on using Valgrind to detect memory leaks in GNOME software.

About

A repository of Valgrind error suppression files for GNOME software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published