On Wed 10 Aug 2005 at 03:00PM, Qiang Liu wrote:
> >
> > 3001827e880::kmem_verify
> mdb: cache 3001827e880 () does not have redzone checking enabled

Right.  You can't kmem_verify a buffer, only a whole kmem_cache.  So
do this:

::kmem_cache

Then locate the address of the cache you are interested in, and run
kmem_verify on that.  Or just run kmem_verify by itself, and it will
look at everything.

        -dp

-- 
Daniel Price - Solaris Kernel Engineering - dp at eng.sun.com - blogs.sun.com/dp

Reply via email to