Memory leak in dhcpd?

Jiri Popelka jpopelka at redhat.com
Thu Aug 15 12:49:35 UTC 2013


On 08/08/2013 09:17 AM, Hiroyasu Tsunekawa wrote:
> We are believe that this is due to a memory leak.
>...
> If you know of any methods to find a solution, ...

I usually run the program through valgrind (you need also debuginfo 
installed), like this:

valgrind --leak-check=full dhcpd -d <args>

see also:
http://www.cprogramming.com/debugging/valgrind.html
http://valgrind.org/docs/manual/mc-manual.html#mc-manual.leaks

--
Jiri


More information about the dhcp-users mailing list