Manpages

NAME

kminspector − run a program with the KDE memory leak tracer

SYNOPSIS

kminspector program [ program-args ]

DESCRIPTION

KMinspector runs the given program, examines its memory allocation behaviour using libktrace and pipes the resulting allocation tree through less.

The given program does not need to be specially compiled.

This utility is provided with KMtrace, a KDE tool to assist with malloc debugging using glibc’s "mtrace" functionality. Unfortunately the mtrace that is part of current (9/9/2000) glibc versions only logs the return-address of the malloc/free call. The library included with KMtrace logs a complete backtrace upon malloc/free.

This utility is part of the KDE Software Development Kit.

SEE ALSO

demangle(1), kmmatch(1), kmtrace(1).

Much more extensive documentation for KMtrace can be found in /usr/share/doc/kmtrace/README.

AUTHOR

KMtrace was written by Waldo Bastian <bastian [AT] kde.org>, Mike Haertel <mike [AT] ai.edu> and Andi Kleen <ak [AT] suse.de>.
This manual page was prepared by Ben Burton <bab [AT] debian.org> for the Debian GNU/Linux system (but may be used by others).