Roy Kartadinata wrote:
> Do you need any other information from me to help you with finding the
> leaks?

  Ideally, run it under valgrind, with options where it shows and tracks
memory usage:

$ script leak.txt
$ valgrind --tool=memcheck --leak-check=full radiusd -f
$ exit

  Let it run for a few hours, and then stop it.  It should dump a report
to the screen, which will get captured in "leak.txt".  Then, mail it to me.

  If it doesn't show any leaks, then the issue is that it's tracking too
many things, and not cleaning up.  That's a little harder problem to solve.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to