Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2/.git;a=commitdiff;h=15c530e9e2bb360f17110d0677ce63f6c7e62b71

commit 15c530e9e2bb360f17110d0677ce63f6c7e62b71
Author: Michel Hermier <[EMAIL PROTECTED]>
Date:   Mon Jul 30 21:43:26 2007 +0200

* Added a little comment on how to debuggug using valgrind.

diff --git a/HACKING b/HACKING
index 5938a76..ff640a8 100644
--- a/HACKING
+++ b/HACKING
@@ -24,6 +24,16 @@ cd pactest; python pactest.py --test=tests/sync990.py -p 
../../src/pacman-g2/pac

That's all.

+How to test pacman-g2 more using valgring?
+=========================================
+
+Try to run some commands using valgrind with a command like:
+
+valgrind --leak-check=full --trace-children=yes -- src/pacman-g2/pacman-g2 -Syu
+
+Be carefull, valgrind reports lots of errors, even some errors that may not be 
related to
+pacman-g2. You should have a little experience of valgrind to ignore the noise.
+
How to add new localized manpage to pacman-g2 (configure and all things)
=====================================================================
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to