Note valgrind usage
authoraland <aland>
Sat, 5 Jan 2008 13:39:14 +0000 (13:39 +0000)
committeraland <aland>
Sat, 5 Jan 2008 13:39:14 +0000 (13:39 +0000)
doc/bugs

index 52e74bf..a6a6216 100644 (file)
--- a/doc/bugs
+++ b/doc/bugs
@@ -117,7 +117,20 @@ BUGS
   Submitting it to the bug database ensures that the bug report won't
   get forgotten, and that someone will eventually respond to it.
 
+
+5. VALGRIND
+
+  On Linux systems, "valgrind" is a useful tool that can catch certain
+  classes of bugs.  To use it, run the server voa:
+
+$ valgrind --tool=memcheck --leak-check=full radiusd -Xm
+
+  It will print out certain kinds of errors to the screen.  There may
+  be a number of errors related to OpenSSL, dlopen(), or libtldl.  We
+  cannot do anything about those problems.  However, any errors that are
+  inside of the FreeRADIUS source should be brought to our attention.
+
 --
 
-FreeRADIUS Project, copyright 2004
+FreeRADIUS Project, copyright 2008
 $Id$