On Sun, 2009-01-25 at 01:07 +1100, Paul Wankadia wrote:
> On Fri, Jan 23, 2009 at 8:05 PM, Ian Kent <[email protected]> wrote:
> 
>         
>         > Does dmalloc provide similar functionality in the event of
>         memory
>         > exhaustion?
>         
>         
>         No.
>         
>         Dmalloc is more like valgrind but is linked in as a library.
>         I found Dmalloc much better in pointing to trouble spots than
>         valgrind.
>         Unfortunately, I have not been able to get it to work for some
>         time now
>         and I never got the 64 bit library to function.
> 
> What problem(s) were you having?

This was added during the development of version 5 when I did memory
management (leak) checking. The idea was that as time passed and changes
were made I could simply enable DMALLOC and run checks from time to time
but it didn't work out. The code analysis seems quite good at detecting
those mistakes that seem to be inevitable or mistakes in code that
hasn't been looked since taking over maintenance of a product.

Ian


_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to