From: Alan Dekok <aland@deployingradius.com> Run it under valgrind, and re-direct all of the valgrind output to a file.
What radiusd switches should I use? I've never used valgrind before, not sure if it handles daemonized and/pr threaded services, so I'm not sure if I'd need to run radiusd with -s or -X. My inclination is to use 'valgrind radiusd -xx' ... -- hugh
Hugh Messenger wrote:
I've never used valgrind before, not sure if it handles daemonized and/pr threaded services, so I'm not sure if I'd need to run radiusd with -s or -X.
My inclination is to use 'valgrind radiusd -xx' ...
Yes. For simplicity: $ script valgrind.log $ valgrind radiusd -xxx ... $ <ctrl-c> $ exit Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan Dekok -
Hugh Messenger