Skip to content

A repository of Valgrind error suppression files for GNOME software

License

Notifications You must be signed in to change notification settings

bert/GNOME.supp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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. Clone the git repository:

    git clone https://github.com/dtrebbien/GNOME.supp.git
    

    Alternatively, check out the latest code using Subversion:

    svn checkout https://github.com/dtrebbien/GNOME.supp/trunk/ GNOME.supp
    
  2. Open a terminal and cd into GNOME.supp.

  3. 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.

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