On 05. juni 2015 12:31, Adarsha S wrote:
Please guide me how to identify this memory leak?
Google(find memory leaks).
Try valgrind:
Try to run radiusd as "valgrind --leak-check=full radiusd ..."
It'll report leaks when it exits, or you can tweak radiusd
to report them once in a while when running. With a daemon
you may also need to prevent it from detaching and closing
stdout/stderr.
--
Hallvard