> We are having a possibly memory leak problem but we > don't know for sure. In order to find out if there > any memory leaks, we are trying to use "mdb" tool > that comes along with Solaris (version: SunOS romeo > 5.10 Generic_125100-10 sun4v sparc > SUNW,Sun-Fire-T200). Problem is when I run "mdb" the > module "libumem.so.1" is not loaded. This is what I > get > > $$mdb core.25688 > Loading modules: [ libc.so.1 libuutil.so.1 ld.so.1 ]
I guess that when you dump the shared libraries loaded by the program using "pldd core.25688", libumem wasn't loaded ? > I have set the following: > UMEM_DEBUG=default > UMEM_LOGGING=transaction > LD_PRELOAD=libumem.so.1 "export" missing for these, perhaps ? -- This message posted from opensolaris.org