"C. Bergstr??m" writes:
> James Carlson wrote:
> > "C. Bergstr??m" writes:
> >   
> >> I'm 99% certain I've caused this, but if someone can give some pointers 
> >> on how to debug it that would be most appreciated.  Someone suggested 
> >> libumem, but I'm pretty green in this field and
> >>     
> >
> > Use mdb and "::findleaks -d" will show you where the leaked buffers
> > were allocated.
> >   
> First thing I tried before I sent the email and got..
> 
> mdb - seed/core
> Loading modules: [ libc.so.1 ld.so.1 ]
>  > ::findleaks
> mdb: invalid command '::findleaks': unknown dcmd name
> 
> 
> _______________________________________________
> smf-discuss mailing list
> smf-discuss at opensolaris.org

It doesn't look as if the libumem module is loaded, so you need to type

        ::load libumen

before trying the ::findleaks command.

tom

Reply via email to