summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index c62fce46..26cbbcb6 100644
--- a/README
+++ b/README
@@ -1,2 +1,11 @@
These sources are in early stages. They are changing every day :-)...
Anyway, patches are welcome.
+
+** Using Valgrind
+
+When running ABRT under memcheck, GLib's environment variables should
+be set to turn off glib's memory optimization, so valgrind is not
+confused:
+
+G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind --tool=memcheck \
+ --leak-check=full abrtd -dvvv