[liblouis-liblouisxml] [liblouis] r614 committed - More comments on how to debug with valgrind

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 14 May 2012 10:00:47 +0000

Revision: 614
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Mon May 14 03:00:36 2012
Log:      More comments on how to debug with valgrind

http://code.google.com/p/liblouis/source/detail?r=614

Modified:
 /trunk/HACKING

=======================================
--- /trunk/HACKING      Fri May 11 05:11:26 2012
+++ /trunk/HACKING      Mon May 14 03:00:36 2012
@@ -97,6 +97,13 @@

 Again open valgrind.log to see if any memory leaks were reported.

+For the full experience run lou_allround under Valgrind:
+
+  $ libtool --mode=execute valgrind -v --tool=memcheck \
+    --leak-check=full --show-reachable=yes \
+    --leak-resolution=high --track-origins=yes \
+    --log-file=valgrind.log ./tools/lou_allround
+
 ** How to build for win32
 Use the mingw win32 cross compiler as follows:

For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r614 committed - More comments on how to debug with valgrind - liblouis