On Fri, Oct 21, 2005 at 06:23:22AM -0700, Maria Gamvrili wrote:
> Hi everyone,
> 
> I've been trying to debug my program using MDB. But only a set of mdb's 
> supported dcmds work for me..
> For example, ::kmem_verify returns
> mdb: invalid command '::kmem_verify': unknown dcmd name

::kmem_verify is a kernel dcmd.  For userland, you want '::umem_verify'.
For a list a commands provided by libumem, try '::dmods -l libumem'.

Jonathan or someone other than me can probably explain how libumem's
oversize (mmap) leak detection works.

- Eric

--
Eric Schrock, Solaris Kernel Development       http://blogs.sun.com/eschrock

Reply via email to