Regarding memory leaks
Hi I am using free radius code in that I have changed the log file for using my own log file. So if I run ./radiusd -X it works fine i.e. -> without any memory leaks And also if I run ./radiusd -> it is not generating memory leaks. But if I run ./radiusd -l "path/log" -> it is giving memory leaks So after all these if I run again ./radiusd -> it is giving memory leaks All the above I have compiled with purifier . So what might be the problem, please give some useful comments on this. Thanks & Regards Ravi ============================================================================================================================ Tech Mahindra, formerly Mahindra-British Telecom. Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review at <a href="http://www.techmahindra.com/Disclaimer.html">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href="http://tim.techmahindra.com/Disclaimer.html">http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech Mahindra. ============================================================================================================================
"Ravi S M" <smravi@TechMahindra.com> wrote:
So after all these if I run again ... ./radiusd -> it is giving memory leaks
Quite frankly, I don't believe that. You're saying that the server somehow "remembers" what it did from one invocation to another, and leaks memory the second time, but not the first? And again, you didn't provide information about the leaks. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Ravi S M