KMINSPECTOR(1) KMINSPECTOR(1)
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 be-
haviour using libktrace and pipes the resulting allocation tree through
less(1,3).
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(1,8)
/usr/share/doc/kmtrace/README.
AUTHOR
KMtrace was written by Waldo Bastian <bastian@kde.org>, Mike Haertel
<mike@ai.mit.edu> and Andi Kleen <ak@suse.de>.
This manual page was prepared by Ben Burton <bab@debian.org> for the
Debian GNU/Linux system (but may be used by others).
February 25, 2003 KMINSPECTOR(1)